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