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