Struct Depol
#[repr(transparent)]pub struct Depol(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Depol
impl Depol
pub const ACTIVELOW: Self
pub const ACTIVELOW: Self
Data enable polarity is active low
pub const ACTIVEHIGH: Self
pub const ACTIVEHIGH: Self
Data enable polarity is active high
Trait Implementations§
§impl Ord for Depol
impl Ord for Depol
§impl PartialOrd for Depol
impl PartialOrd for Depol
impl Copy for Depol
impl Eq for Depol
impl StructuralPartialEq for Depol
Auto Trait Implementations§
impl Freeze for Depol
impl RefUnwindSafe for Depol
impl Send for Depol
impl Sync for Depol
impl Unpin for Depol
impl UnwindSafe for Depol
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