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