#[repr(C)]pub struct dvb_diseqc_master_cmd {
pub msg: [__u8; 6],
pub msg_len: __u8,
}Fields§
§msg: [__u8; 6]§msg_len: __u8Trait Implementations§
Source§impl Clone for dvb_diseqc_master_cmd
impl Clone for dvb_diseqc_master_cmd
Source§fn clone(&self) -> dvb_diseqc_master_cmd
fn clone(&self) -> dvb_diseqc_master_cmd
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for dvb_diseqc_master_cmd
Auto Trait Implementations§
impl Freeze for dvb_diseqc_master_cmd
impl RefUnwindSafe for dvb_diseqc_master_cmd
impl Send for dvb_diseqc_master_cmd
impl Sync for dvb_diseqc_master_cmd
impl Unpin for dvb_diseqc_master_cmd
impl UnsafeUnpin for dvb_diseqc_master_cmd
impl UnwindSafe for dvb_diseqc_master_cmd
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