#[repr(u8)]pub enum O9res {
NO_CHANGE = 0,
SET = 1,
CLEAR = 2,
TOGGLE_OUTPUT = 3,
}Variants§
NO_CHANGE = 0
No change.
SET = 1
Set output (or clear based on the SETCLR9 field in the OUTPUTDIRCTRL register).
CLEAR = 2
Clear output (or set based on the SETCLR9 field).
TOGGLE_OUTPUT = 3
Toggle output.
Implementations§
Trait Implementations§
Source§impl Ord for O9res
impl Ord for O9res
Source§impl PartialOrd for O9res
impl PartialOrd for O9res
impl Copy for O9res
impl Eq for O9res
impl StructuralPartialEq for O9res
Auto Trait Implementations§
impl Freeze for O9res
impl RefUnwindSafe for O9res
impl Send for O9res
impl Sync for O9res
impl Unpin for O9res
impl UnwindSafe for O9res
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