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