#[repr(u8)]pub enum Remapen {
REMAPEN_0 = 0,
REMAPEN_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Remapen
impl Ord for Remapen
Source§impl PartialOrd for Remapen
impl PartialOrd for Remapen
impl Copy for Remapen
impl Eq for Remapen
impl StructuralPartialEq for Remapen
Auto Trait Implementations§
impl Freeze for Remapen
impl RefUnwindSafe for Remapen
impl Send for Remapen
impl Sync for Remapen
impl Unpin for Remapen
impl UnwindSafe for Remapen
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