#[repr(transparent)]pub struct OpampTrig(pub u32);Expand description
OPAMP Trigger Input Connections
Tuple Fields§
§0: u32Implementations§
Source§impl OpampTrig
impl OpampTrig
Sourcepub const fn inp(&self) -> OpampTrigInp
pub const fn inp(&self) -> OpampTrigInp
OPAMP trigger input connections
Sourcepub const fn set_inp(&mut self, val: OpampTrigInp)
pub const fn set_inp(&mut self, val: OpampTrigInp)
OPAMP trigger input connections
Trait Implementations§
impl Copy for OpampTrig
impl Eq for OpampTrig
impl StructuralPartialEq for OpampTrig
Auto Trait Implementations§
impl Freeze for OpampTrig
impl RefUnwindSafe for OpampTrig
impl Send for OpampTrig
impl Sync for OpampTrig
impl Unpin for OpampTrig
impl UnwindSafe for OpampTrig
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