Struct PdcrcPd
#[repr(transparent)]pub struct PdcrcPd(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for PdcrcPd
impl Ord for PdcrcPd
§impl PartialOrd for PdcrcPd
impl PartialOrd for PdcrcPd
impl Copy for PdcrcPd
impl Eq for PdcrcPd
impl StructuralPartialEq for PdcrcPd
Auto Trait Implementations§
impl Freeze for PdcrcPd
impl RefUnwindSafe for PdcrcPd
impl Send for PdcrcPd
impl Sync for PdcrcPd
impl Unpin for PdcrcPd
impl UnwindSafe for PdcrcPd
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