pub enum SMBALERTW {
NOALERT,
ALERT,
}
Expand description
Values that can be written to the field SMBALERT
Variants§
Auto Trait Implementations§
impl Freeze for SMBALERTW
impl RefUnwindSafe for SMBALERTW
impl Send for SMBALERTW
impl Sync for SMBALERTW
impl Unpin for SMBALERTW
impl UnwindSafe for SMBALERTW
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