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