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