#[repr(transparent)]pub struct Part0(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl Part0
impl Part0
Sourcepub const PARTNUMBER_L: Self
pub const PARTNUMBER_L: Self
Indicates bits[7:0] of the part number of the component.
Trait Implementations§
Source§impl Ord for Part0
impl Ord for Part0
Source§impl PartialOrd for Part0
impl PartialOrd for Part0
impl Copy for Part0
impl Eq for Part0
impl StructuralPartialEq for Part0
Auto Trait Implementations§
impl Freeze for Part0
impl RefUnwindSafe for Part0
impl Send for Part0
impl Sync for Part0
impl Unpin for Part0
impl UnwindSafe for Part0
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