#[repr(u8)]pub enum Whiteoffset {
INCLUDE = 0,
EXCLUDE = 1,
}
Variants§
Implementations§
Source§impl Whiteoffset
impl Whiteoffset
Trait Implementations§
Source§impl Clone for Whiteoffset
impl Clone for Whiteoffset
Source§fn clone(&self) -> Whiteoffset
fn clone(&self) -> Whiteoffset
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 From<Whiteoffset> for u8
impl From<Whiteoffset> for u8
Source§fn from(val: Whiteoffset) -> u8
fn from(val: Whiteoffset) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Whiteoffset
impl From<u8> for Whiteoffset
Source§fn from(val: u8) -> Whiteoffset
fn from(val: u8) -> Whiteoffset
Converts to this type from the input type.
Source§impl Ord for Whiteoffset
impl Ord for Whiteoffset
Source§fn cmp(&self, other: &Whiteoffset) -> Ordering
fn cmp(&self, other: &Whiteoffset) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Whiteoffset
impl PartialEq for Whiteoffset
Source§impl PartialOrd for Whiteoffset
impl PartialOrd for Whiteoffset
impl Copy for Whiteoffset
impl Eq for Whiteoffset
impl StructuralPartialEq for Whiteoffset
Auto Trait Implementations§
impl Freeze for Whiteoffset
impl RefUnwindSafe for Whiteoffset
impl Send for Whiteoffset
impl Sync for Whiteoffset
impl Unpin for Whiteoffset
impl UnwindSafe for Whiteoffset
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
)