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