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