Struct capsules_extra::usb::descriptors::Buffer8
source · #[repr(align(4))]pub struct Buffer8 {
pub buf: [VolatileCell<u8>; 8],
}
Fields§
§buf: [VolatileCell<u8>; 8]
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Buffer8
impl !RefUnwindSafe for Buffer8
impl Send for Buffer8
impl !Sync for Buffer8
impl Unpin for Buffer8
impl UnwindSafe for Buffer8
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