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