#[repr(transparent)]pub struct Merrwarn(pub u32);Expand description
Controller Errors and Warnings
Tuple Fields§
§0: u32Implementations§
Source§impl Merrwarn
impl Merrwarn
Sourcepub const fn set_owrite(&mut self, val: bool)
pub const fn set_owrite(&mut self, val: bool)
Overwrite Error
Sourcepub const fn set_msgerr(&mut self, val: bool)
pub const fn set_msgerr(&mut self, val: bool)
Message Error
Sourcepub const fn set_invreq(&mut self, val: bool)
pub const fn set_invreq(&mut self, val: bool)
Invalid Request Error
Sourcepub const fn set_timeout(&mut self, val: bool)
pub const fn set_timeout(&mut self, val: bool)
Timeout Error
Trait Implementations§
impl Copy for Merrwarn
impl Eq for Merrwarn
impl StructuralPartialEq for Merrwarn
Auto Trait Implementations§
impl Freeze for Merrwarn
impl RefUnwindSafe for Merrwarn
impl Send for Merrwarn
impl Sync for Merrwarn
impl Unpin for Merrwarn
impl UnwindSafe for Merrwarn
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