#[repr(u8)]pub enum ClaimsetBit0 {
NOT_IMPLEMENTED = 0,
R_IMPLEMENTED_W_SET = 1,
}
Variants§
NOT_IMPLEMENTED = 0
Claim bit 0 is not implemented.
R_IMPLEMENTED_W_SET = 1
Claim bit 0 is implemented.
Implementations§
Source§impl ClaimsetBit0
impl ClaimsetBit0
Trait Implementations§
Source§impl Clone for ClaimsetBit0
impl Clone for ClaimsetBit0
Source§fn clone(&self) -> ClaimsetBit0
fn clone(&self) -> ClaimsetBit0
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<ClaimsetBit0> for u8
impl From<ClaimsetBit0> for u8
Source§fn from(val: ClaimsetBit0) -> u8
fn from(val: ClaimsetBit0) -> u8
Converts to this type from the input type.
Source§impl From<u8> for ClaimsetBit0
impl From<u8> for ClaimsetBit0
Source§fn from(val: u8) -> ClaimsetBit0
fn from(val: u8) -> ClaimsetBit0
Converts to this type from the input type.
Source§impl Ord for ClaimsetBit0
impl Ord for ClaimsetBit0
Source§fn cmp(&self, other: &ClaimsetBit0) -> Ordering
fn cmp(&self, other: &ClaimsetBit0) -> 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 ClaimsetBit0
impl PartialEq for ClaimsetBit0
Source§impl PartialOrd for ClaimsetBit0
impl PartialOrd for ClaimsetBit0
impl Copy for ClaimsetBit0
impl Eq for ClaimsetBit0
impl StructuralPartialEq for ClaimsetBit0
Auto Trait Implementations§
impl Freeze for ClaimsetBit0
impl RefUnwindSafe for ClaimsetBit0
impl Send for ClaimsetBit0
impl Sync for ClaimsetBit0
impl Unpin for ClaimsetBit0
impl UnwindSafe for ClaimsetBit0
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
)