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