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