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