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