#[repr(C, packed(1))]pub struct tDigitalChannelDirections {
pub channel: PICO_PORT_DIGITAL_CHANNEL,
pub direction: PICO_DIGITAL_DIRECTION,
}Fields§
§channel: PICO_PORT_DIGITAL_CHANNEL§direction: PICO_DIGITAL_DIRECTIONTrait Implementations§
Source§impl Clone for tDigitalChannelDirections
impl Clone for tDigitalChannelDirections
Source§fn clone(&self) -> tDigitalChannelDirections
fn clone(&self) -> tDigitalChannelDirections
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 Debug for tDigitalChannelDirections
impl Debug for tDigitalChannelDirections
impl Copy for tDigitalChannelDirections
Auto Trait Implementations§
impl Freeze for tDigitalChannelDirections
impl RefUnwindSafe for tDigitalChannelDirections
impl Send for tDigitalChannelDirections
impl Sync for tDigitalChannelDirections
impl Unpin for tDigitalChannelDirections
impl UnwindSafe for tDigitalChannelDirections
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