pub enum ExtendedFilterSlot {
_0 = 0,
_1 = 1,
_2 = 2,
_3 = 3,
_4 = 4,
_5 = 5,
_6 = 6,
_7 = 7,
}
Expand description
Extended Filter Slot
Variants§
Trait Implementations§
source§impl Clone for ExtendedFilterSlot
impl Clone for ExtendedFilterSlot
source§fn clone(&self) -> ExtendedFilterSlot
fn clone(&self) -> ExtendedFilterSlot
Returns a copy 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 ExtendedFilterSlot
impl Debug for ExtendedFilterSlot
source§impl From<u8> for ExtendedFilterSlot
impl From<u8> for ExtendedFilterSlot
source§impl PartialEq for ExtendedFilterSlot
impl PartialEq for ExtendedFilterSlot
impl Copy for ExtendedFilterSlot
impl Eq for ExtendedFilterSlot
impl StructuralPartialEq for ExtendedFilterSlot
Auto Trait Implementations§
impl Freeze for ExtendedFilterSlot
impl RefUnwindSafe for ExtendedFilterSlot
impl Send for ExtendedFilterSlot
impl Sync for ExtendedFilterSlot
impl Unpin for ExtendedFilterSlot
impl UnwindSafe for ExtendedFilterSlot
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)