pub struct GeneralPurposeInput {
pub valid: bool,
pub d_ch0: u16,
pub a_ch0: u16,
pub a_ch1: u16,
pub a_ch2: u16,
pub a_ch3: u16,
}Fields§
§valid: bool§d_ch0: u16§a_ch0: u16§a_ch1: u16§a_ch2: u16§a_ch3: u16Trait Implementations§
Source§impl Clone for GeneralPurposeInput
impl Clone for GeneralPurposeInput
Source§fn clone(&self) -> GeneralPurposeInput
fn clone(&self) -> GeneralPurposeInput
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 GeneralPurposeInput
impl Debug for GeneralPurposeInput
Auto Trait Implementations§
impl Freeze for GeneralPurposeInput
impl RefUnwindSafe for GeneralPurposeInput
impl Send for GeneralPurposeInput
impl Sync for GeneralPurposeInput
impl Unpin for GeneralPurposeInput
impl UnwindSafe for GeneralPurposeInput
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