#[repr(u16)]pub enum TcaRoot {
Unspec = 0,
Tab = 1,
Flags = 2,
Count = 3,
TimeDelta = 4,
_MAX = 5,
}
Variants§
Trait Implementations§
impl Copy for TcaRoot
impl Eq for TcaRoot
impl StructuralPartialEq for TcaRoot
Auto Trait Implementations§
impl Freeze for TcaRoot
impl RefUnwindSafe for TcaRoot
impl Send for TcaRoot
impl Sync for TcaRoot
impl Unpin for TcaRoot
impl UnwindSafe for TcaRoot
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