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