Struct Part0
#[repr(transparent)]pub struct Part0(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Part0
impl Part0
pub const PARTNUMBER_L: Part0 = _
pub const PARTNUMBER_L: Part0 = _
Indicates bits[7:0] of the part number of the component.
Trait Implementations§
§impl Ord for Part0
impl Ord for Part0
§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