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