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