#[repr(u8)]pub enum VsewFactor {
F2 = 2,
F4 = 4,
F8 = 8,
}Expand description
Factor by which Vsew width is divided
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for VsewFactor
impl Clone for VsewFactor
Source§fn clone(&self) -> VsewFactor
fn clone(&self) -> VsewFactor
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 VsewFactor
impl Debug for VsewFactor
Source§impl PartialEq for VsewFactor
impl PartialEq for VsewFactor
impl Copy for VsewFactor
impl Eq for VsewFactor
impl StructuralPartialEq for VsewFactor
Auto Trait Implementations§
impl Freeze for VsewFactor
impl RefUnwindSafe for VsewFactor
impl Send for VsewFactor
impl Sync for VsewFactor
impl Unpin for VsewFactor
impl UnsafeUnpin for VsewFactor
impl UnwindSafe for VsewFactor
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