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