Struct Cppstat
#[repr(transparent)]pub struct Cppstat(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Cppstat
impl Cppstat
pub const OUTPUT1ACTIVE: Self
pub const OUTPUT1ACTIVE: Self
Signal applied on output 1 and output 2 forced inactive
pub const OUTPUT2ACTIVE: Self
pub const OUTPUT2ACTIVE: Self
Signal applied on output 2 and output 1 forced inactive
Trait Implementations§
§impl Ord for Cppstat
impl Ord for Cppstat
§impl PartialOrd for Cppstat
impl PartialOrd for Cppstat
impl Copy for Cppstat
impl Eq for Cppstat
impl StructuralPartialEq for Cppstat
Auto Trait Implementations§
impl Freeze for Cppstat
impl RefUnwindSafe for Cppstat
impl Send for Cppstat
impl Sync for Cppstat
impl Unpin for Cppstat
impl UnwindSafe for Cppstat
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