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