pub enum PinValueWrite {
Floating,
Digital(bool),
PWM(u32),
}Variants§
Trait Implementations§
Source§impl Clone for PinValueWrite
impl Clone for PinValueWrite
Source§fn clone(&self) -> PinValueWrite
fn clone(&self) -> PinValueWrite
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for PinValueWrite
impl PartialEq for PinValueWrite
impl Copy for PinValueWrite
impl Eq for PinValueWrite
impl StructuralPartialEq for PinValueWrite
Auto Trait Implementations§
impl Freeze for PinValueWrite
impl RefUnwindSafe for PinValueWrite
impl Send for PinValueWrite
impl Sync for PinValueWrite
impl Unpin for PinValueWrite
impl UnwindSafe for PinValueWrite
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