Enum FltIde
pub enum FltIde {
_0 = 0,
_1 = 1,
}Expand description
ID Extended Filter
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for FltIde
impl Eq for FltIde
impl StructuralPartialEq for FltIde
Auto Trait Implementations§
impl Freeze for FltIde
impl RefUnwindSafe for FltIde
impl Send for FltIde
impl Sync for FltIde
impl Unpin for FltIde
impl UnwindSafe for FltIde
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