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