Struct VitConfDigEng
#[repr(transparent)]pub struct VitConfDigEng(pub u32);Expand description
VIT_CONF_DIG_ENG register.
Tuple Fields§
§0: u32Implementations§
§impl VitConfDigEng
impl VitConfDigEng
Trait Implementations§
§impl Clone for VitConfDigEng
impl Clone for VitConfDigEng
§fn clone(&self) -> VitConfDigEng
fn clone(&self) -> VitConfDigEng
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 more§impl Debug for VitConfDigEng
impl Debug for VitConfDigEng
§impl Default for VitConfDigEng
impl Default for VitConfDigEng
§fn default() -> VitConfDigEng
fn default() -> VitConfDigEng
Returns the “default value” for a type. Read more
§impl PartialEq for VitConfDigEng
impl PartialEq for VitConfDigEng
impl Copy for VitConfDigEng
impl Eq for VitConfDigEng
impl StructuralPartialEq for VitConfDigEng
Auto Trait Implementations§
impl Freeze for VitConfDigEng
impl RefUnwindSafe for VitConfDigEng
impl Send for VitConfDigEng
impl Sync for VitConfDigEng
impl Unpin for VitConfDigEng
impl UnwindSafe for VitConfDigEng
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