Struct GENERIC3CHANNEL
#[repr(C)]pub struct GENERIC3CHANNEL {
pub ch1: u16,
pub ch2: u16,
pub ch3: u16,
}
Fields§
§ch1: u16
§ch2: u16
§ch3: u16
Trait Implementations§
§impl Clone for GENERIC3CHANNEL
impl Clone for GENERIC3CHANNEL
§fn clone(&self) -> GENERIC3CHANNEL
fn clone(&self) -> GENERIC3CHANNEL
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 more§impl Debug for GENERIC3CHANNEL
impl Debug for GENERIC3CHANNEL
§impl Default for GENERIC3CHANNEL
impl Default for GENERIC3CHANNEL
§impl PartialEq for GENERIC3CHANNEL
impl PartialEq for GENERIC3CHANNEL
impl Copy for GENERIC3CHANNEL
impl StructuralPartialEq for GENERIC3CHANNEL
Auto Trait Implementations§
impl Freeze for GENERIC3CHANNEL
impl RefUnwindSafe for GENERIC3CHANNEL
impl Send for GENERIC3CHANNEL
impl Sync for GENERIC3CHANNEL
impl Unpin for GENERIC3CHANNEL
impl UnwindSafe for GENERIC3CHANNEL
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