#[repr(u16)]pub enum CtrlAttrOp {
Unspec = 0,
Id = 1,
Flags = 2,
_MAX = 3,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CtrlAttrOp
impl Clone for CtrlAttrOp
Source§fn clone(&self) -> CtrlAttrOp
fn clone(&self) -> CtrlAttrOp
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CtrlAttrOp
impl Debug for CtrlAttrOp
Source§impl Hash for CtrlAttrOp
impl Hash for CtrlAttrOp
Source§impl<'a> Index<CtrlAttrOp> for CtrlAttrOpTbl<'a>
impl<'a> Index<CtrlAttrOp> for CtrlAttrOpTbl<'a>
Source§impl<'a> IndexMut<CtrlAttrOp> for CtrlAttrOpTbl<'a>
impl<'a> IndexMut<CtrlAttrOp> for CtrlAttrOpTbl<'a>
Source§impl Into<u16> for CtrlAttrOp
impl Into<u16> for CtrlAttrOp
Source§impl Into<usize> for CtrlAttrOp
impl Into<usize> for CtrlAttrOp
Source§impl PartialEq for CtrlAttrOp
impl PartialEq for CtrlAttrOp
Source§impl TryFrom<u16> for CtrlAttrOp
impl TryFrom<u16> for CtrlAttrOp
impl Copy for CtrlAttrOp
impl Eq for CtrlAttrOp
impl StructuralPartialEq for CtrlAttrOp
Auto Trait Implementations§
impl Freeze for CtrlAttrOp
impl RefUnwindSafe for CtrlAttrOp
impl Send for CtrlAttrOp
impl Sync for CtrlAttrOp
impl Unpin for CtrlAttrOp
impl UnwindSafe for CtrlAttrOp
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