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