#[repr(C)]pub struct _cfmChannelMode {
pub channel0: u8,
pub channel1: u8,
pub channel2: u8,
pub channel3: u8,
pub channel4: u8,
pub channel5: u8,
pub channel6: u8,
pub channel7: u8,
}Fields§
§channel0: u8§channel1: u8§channel2: u8§channel3: u8§channel4: u8§channel5: u8§channel6: u8§channel7: u8Trait Implementations§
Source§impl Clone for _cfmChannelMode
impl Clone for _cfmChannelMode
Source§fn clone(&self) -> _cfmChannelMode
fn clone(&self) -> _cfmChannelMode
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 _cfmChannelMode
impl Debug for _cfmChannelMode
impl Copy for _cfmChannelMode
Auto Trait Implementations§
impl Freeze for _cfmChannelMode
impl RefUnwindSafe for _cfmChannelMode
impl Send for _cfmChannelMode
impl Sync for _cfmChannelMode
impl Unpin for _cfmChannelMode
impl UnwindSafe for _cfmChannelMode
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