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