pub struct DeviceBuffer {
pub buf: [Cell<u8>; 19],
pub len: usize,
}Expand description
Buffer for holding the device descriptor.
Fields§
§buf: [Cell<u8>; 19]§len: usizeImplementations§
Auto Trait Implementations§
impl !Freeze for DeviceBuffer
impl !RefUnwindSafe for DeviceBuffer
impl Send for DeviceBuffer
impl !Sync for DeviceBuffer
impl Unpin for DeviceBuffer
impl UnwindSafe for DeviceBuffer
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