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