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