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