pub struct Kco(/* private fields */);Implementations§
Source§impl Kco
impl Kco
Sourcepub const TOTEM_POLE: Self
pub const TOTEM_POLE: Self
Column strobe output is totem pole drive.
Sourcepub const OPEN_DRAIN: Self
pub const OPEN_DRAIN: Self
Column strobe output is open drain.
Trait Implementations§
Source§impl Ord for Kco
impl Ord for Kco
Source§impl PartialOrd for Kco
impl PartialOrd for Kco
impl Copy for Kco
impl Eq for Kco
impl StructuralPartialEq for Kco
Auto Trait Implementations§
impl Freeze for Kco
impl RefUnwindSafe for Kco
impl Send for Kco
impl Sync for Kco
impl Unpin for Kco
impl UnwindSafe for Kco
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