#[repr(transparent)]pub struct Mclkpindir(pub u32);Expand description
mclk direction control
Tuple Fields§
§0: u32Implementations§
Source§impl Mclkpindir
impl Mclkpindir
Sourcepub const fn mclkpindir(&self) -> Mclkpindir
pub const fn mclkpindir(&self) -> Mclkpindir
Selects one of the M33 interrupt sources
Sourcepub const fn set_mclkpindir(&mut self, val: Mclkpindir)
pub const fn set_mclkpindir(&mut self, val: Mclkpindir)
Selects one of the M33 interrupt sources
Trait Implementations§
Source§impl Clone for Mclkpindir
impl Clone for Mclkpindir
Source§fn clone(&self) -> Mclkpindir
fn clone(&self) -> Mclkpindir
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 Mclkpindir
impl Debug for Mclkpindir
Source§impl Default for Mclkpindir
impl Default for Mclkpindir
Source§fn default() -> Mclkpindir
fn default() -> Mclkpindir
Returns the “default value” for a type. Read more
Source§impl PartialEq for Mclkpindir
impl PartialEq for Mclkpindir
impl Copy for Mclkpindir
impl Eq for Mclkpindir
impl StructuralPartialEq for Mclkpindir
Auto Trait Implementations§
impl Freeze for Mclkpindir
impl RefUnwindSafe for Mclkpindir
impl Send for Mclkpindir
impl Sync for Mclkpindir
impl Unpin for Mclkpindir
impl UnwindSafe for Mclkpindir
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