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