Enum Sen
pub enum Sen {
_0 = 0,
_1 = 1,
}Expand description
Slave Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Sen
impl Eq for Sen
impl StructuralPartialEq for Sen
Auto Trait Implementations§
impl Freeze for Sen
impl RefUnwindSafe for Sen
impl Send for Sen
impl Sync for Sen
impl Unpin for Sen
impl UnwindSafe for Sen
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