#[repr(u32)]pub enum ReducedBlankingVersion {
None = 0,
V1 = 1,
V2 = 2,
V3 = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for ReducedBlankingVersion
impl Clone for ReducedBlankingVersion
Source§fn clone(&self) -> ReducedBlankingVersion
fn clone(&self) -> ReducedBlankingVersion
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 ReducedBlankingVersion
impl Debug for ReducedBlankingVersion
Source§impl From<u32> for ReducedBlankingVersion
impl From<u32> for ReducedBlankingVersion
Source§fn from(value: di_cvt_reduced_blanking_version) -> ReducedBlankingVersion
fn from(value: di_cvt_reduced_blanking_version) -> ReducedBlankingVersion
Converts to this type from the input type.
Source§impl PartialEq for ReducedBlankingVersion
impl PartialEq for ReducedBlankingVersion
impl Copy for ReducedBlankingVersion
impl Eq for ReducedBlankingVersion
impl StructuralPartialEq for ReducedBlankingVersion
Auto Trait Implementations§
impl Freeze for ReducedBlankingVersion
impl RefUnwindSafe for ReducedBlankingVersion
impl Send for ReducedBlankingVersion
impl Sync for ReducedBlankingVersion
impl Unpin for ReducedBlankingVersion
impl UnwindSafe for ReducedBlankingVersion
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