Enum Whiteoffset
#[repr(u8)]pub enum Whiteoffset {
INCLUDE = 0,
EXCLUDE = 1,
}
Variants§
Implementations§
§impl Whiteoffset
impl Whiteoffset
pub const fn from_bits(val: u8) -> Whiteoffset
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for Whiteoffset
impl Clone for Whiteoffset
§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 more§impl From<u8> for Whiteoffset
impl From<u8> for Whiteoffset
§fn from(val: u8) -> Whiteoffset
fn from(val: u8) -> Whiteoffset
Converts to this type from the input type.
§impl Ord for Whiteoffset
impl Ord for Whiteoffset
§impl PartialEq for Whiteoffset
impl PartialEq for Whiteoffset
§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
)