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