Enum RevealClkErr
#[repr(u8)]pub enum RevealClkErr {
B0x0 = 0,
B0x1 = 1,
}Variants§
Implementations§
§impl RevealClkErr
impl RevealClkErr
pub const fn from_bits(val: u8) -> RevealClkErr
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for RevealClkErr
impl Clone for RevealClkErr
§fn clone(&self) -> RevealClkErr
fn clone(&self) -> RevealClkErr
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RevealClkErr
§impl Debug for RevealClkErr
impl Debug for RevealClkErr
impl Eq for RevealClkErr
§impl From<RevealClkErr> for u8
impl From<RevealClkErr> for u8
§fn from(val: RevealClkErr) -> u8
fn from(val: RevealClkErr) -> u8
Converts to this type from the input type.
§impl From<u8> for RevealClkErr
impl From<u8> for RevealClkErr
§fn from(val: u8) -> RevealClkErr
fn from(val: u8) -> RevealClkErr
Converts to this type from the input type.
§impl Ord for RevealClkErr
impl Ord for RevealClkErr
§fn cmp(&self, other: &RevealClkErr) -> Ordering
fn cmp(&self, other: &RevealClkErr) -> Ordering
1.21.0 (const: unstable) · 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
§impl PartialEq for RevealClkErr
impl PartialEq for RevealClkErr
§impl PartialOrd for RevealClkErr
impl PartialOrd for RevealClkErr
impl StructuralPartialEq for RevealClkErr
Auto Trait Implementations§
impl Freeze for RevealClkErr
impl RefUnwindSafe for RevealClkErr
impl Send for RevealClkErr
impl Sync for RevealClkErr
impl Unpin for RevealClkErr
impl UnsafeUnpin for RevealClkErr
impl UnwindSafe for RevealClkErr
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