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