#[repr(transparent)]pub struct Flexcomm4Trig(pub u32);Expand description
LP_FLEXCOMM4 Trigger Input Connections
Tuple Fields§
§0: u32Implementations§
Source§impl Flexcomm4Trig
impl Flexcomm4Trig
Sourcepub const fn inp(&self) -> Flexcomm4TrigInp
pub const fn inp(&self) -> Flexcomm4TrigInp
LP_FLEXCOMM4 trigger input connections
Sourcepub const fn set_inp(&mut self, val: Flexcomm4TrigInp)
pub const fn set_inp(&mut self, val: Flexcomm4TrigInp)
LP_FLEXCOMM4 trigger input connections
Trait Implementations§
Source§impl Clone for Flexcomm4Trig
impl Clone for Flexcomm4Trig
Source§fn clone(&self) -> Flexcomm4Trig
fn clone(&self) -> Flexcomm4Trig
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 Flexcomm4Trig
impl Debug for Flexcomm4Trig
Source§impl Default for Flexcomm4Trig
impl Default for Flexcomm4Trig
Source§fn default() -> Flexcomm4Trig
fn default() -> Flexcomm4Trig
Returns the “default value” for a type. Read more
Source§impl PartialEq for Flexcomm4Trig
impl PartialEq for Flexcomm4Trig
impl Copy for Flexcomm4Trig
impl Eq for Flexcomm4Trig
impl StructuralPartialEq for Flexcomm4Trig
Auto Trait Implementations§
impl Freeze for Flexcomm4Trig
impl RefUnwindSafe for Flexcomm4Trig
impl Send for Flexcomm4Trig
impl Sync for Flexcomm4Trig
impl Unpin for Flexcomm4Trig
impl UnwindSafe for Flexcomm4Trig
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