#[repr(u8)]pub enum BufType {
Usb = 0,
HighSpeed = 1,
}Expand description
Types of buffer that can be read
Variants§
Trait Implementations§
impl Copy for BufType
impl Eq for BufType
impl StructuralPartialEq for BufType
Auto Trait Implementations§
impl Freeze for BufType
impl RefUnwindSafe for BufType
impl Send for BufType
impl Sync for BufType
impl Unpin for BufType
impl UnwindSafe for BufType
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