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