pub struct DigitalOutput(/* private fields */);
Expand description
Floppy DOR - digital output register
Implementations§
Trait Implementations§
Source§impl Clone for DigitalOutput
impl Clone for DigitalOutput
Source§fn clone(&self) -> DigitalOutput
fn clone(&self) -> DigitalOutput
Returns a copy 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 Debug for DigitalOutput
impl Debug for DigitalOutput
Source§impl Default for DigitalOutput
impl Default for DigitalOutput
Source§impl From<DigitalOutput> for u8
impl From<DigitalOutput> for u8
Source§fn from(v: DigitalOutput) -> u8
fn from(v: DigitalOutput) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DigitalOutput
impl From<u8> for DigitalOutput
impl Copy for DigitalOutput
Auto Trait Implementations§
impl Freeze for DigitalOutput
impl RefUnwindSafe for DigitalOutput
impl Send for DigitalOutput
impl Sync for DigitalOutput
impl Unpin for DigitalOutput
impl UnwindSafe for DigitalOutput
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