#[repr(u8)]pub enum Monnack {
ACKNOWLEDGED = 0,
NOT_ACKNOWLEDGED = 1,
}Variants§
ACKNOWLEDGED = 0
Acknowledged. The data currently being provided by the Monitor function was acknowledged by at least one master or slave receiver.
NOT_ACKNOWLEDGED = 1
Not acknowledged. The data currently being provided by the Monitor function was not acknowledged by any receiver.
Implementations§
Trait Implementations§
Source§impl Ord for Monnack
impl Ord for Monnack
Source§impl PartialOrd for Monnack
impl PartialOrd for Monnack
impl Copy for Monnack
impl Eq for Monnack
impl StructuralPartialEq for Monnack
Auto Trait Implementations§
impl Freeze for Monnack
impl RefUnwindSafe for Monnack
impl Send for Monnack
impl Sync for Monnack
impl Unpin for Monnack
impl UnwindSafe for Monnack
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