#[repr(transparent)]pub struct Outputdirctrl(pub u32);Expand description
Output Counter Direction Control
Tuple Fields§
§0: u32Implementations§
Source§impl Outputdirctrl
impl Outputdirctrl
Sourcepub const fn set_setclr0(&mut self, val: Setclr0)
pub const fn set_setclr0(&mut self, val: Setclr0)
Set and Clear Operation on Output
Sourcepub const fn set_setclr1(&mut self, val: Setclr1)
pub const fn set_setclr1(&mut self, val: Setclr1)
Set and Clear Operation on Output
Sourcepub const fn set_setclr2(&mut self, val: Setclr2)
pub const fn set_setclr2(&mut self, val: Setclr2)
Set and Clear Operation on Output
Sourcepub const fn set_setclr3(&mut self, val: Setclr3)
pub const fn set_setclr3(&mut self, val: Setclr3)
Set and Clear Operation on Output
Sourcepub const fn set_setclr4(&mut self, val: Setclr4)
pub const fn set_setclr4(&mut self, val: Setclr4)
Set and Clear Operation on Output
Sourcepub const fn set_setclr5(&mut self, val: Setclr5)
pub const fn set_setclr5(&mut self, val: Setclr5)
Set and Clear Operation on Output
Sourcepub const fn set_setclr6(&mut self, val: Setclr6)
pub const fn set_setclr6(&mut self, val: Setclr6)
Set and Clear Operation on Output
Sourcepub const fn set_setclr7(&mut self, val: Setclr7)
pub const fn set_setclr7(&mut self, val: Setclr7)
Set and Clear Operation on Output
Sourcepub const fn set_setclr8(&mut self, val: Setclr8)
pub const fn set_setclr8(&mut self, val: Setclr8)
Set and Clear Operation on Output
Sourcepub const fn set_setclr9(&mut self, val: Setclr9)
pub const fn set_setclr9(&mut self, val: Setclr9)
Set and Clear Operation on Output
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