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