#[repr(u8)]pub enum StringDescriptors {
Manufacturer = 1,
Product = 2,
Serial = 3,
Fx3Firmware = 4,
}Variants§
Auto Trait Implementations§
impl Freeze for StringDescriptors
impl RefUnwindSafe for StringDescriptors
impl Send for StringDescriptors
impl Sync for StringDescriptors
impl Unpin for StringDescriptors
impl UnsafeUnpin for StringDescriptors
impl UnwindSafe for StringDescriptors
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