#[repr(transparent)]pub struct Svendorid(pub u32);Expand description
Target Vendor ID
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Svendorid
impl Eq for Svendorid
impl StructuralPartialEq for Svendorid
Auto Trait Implementations§
impl Freeze for Svendorid
impl RefUnwindSafe for Svendorid
impl Send for Svendorid
impl Sync for Svendorid
impl Unpin for Svendorid
impl UnwindSafe for Svendorid
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