#[repr(transparent)]pub struct VendorID(pub [u8; 3]);Tuple Fields§
§0: [u8; 3]Implementations§
Auto Trait Implementations§
impl Freeze for VendorID
impl RefUnwindSafe for VendorID
impl Send for VendorID
impl Sync for VendorID
impl Unpin for VendorID
impl UnsafeUnpin for VendorID
impl UnwindSafe for VendorID
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