Struct capsules_extra::usb::descriptors::Buffer64
source · #[repr(align(4))]pub struct Buffer64 {
pub buf: [VolatileCell<u8>; 64],
}
Fields§
§buf: [VolatileCell<u8>; 64]
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Buffer64
impl !RefUnwindSafe for Buffer64
impl Send for Buffer64
impl !Sync for Buffer64
impl Unpin for Buffer64
impl UnwindSafe for Buffer64
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more