Struct BDA_DISEQC_RESPONSE
#[repr(C)]pub struct BDA_DISEQC_RESPONSE {
pub ulRequestId: u32,
pub ulPacketLength: u32,
pub argbPacketData: [u8; 8],
}
Fields§
§ulRequestId: u32
§ulPacketLength: u32
§argbPacketData: [u8; 8]
Trait Implementations§
§impl Clone for BDA_DISEQC_RESPONSE
impl Clone for BDA_DISEQC_RESPONSE
§fn clone(&self) -> BDA_DISEQC_RESPONSE
fn clone(&self) -> BDA_DISEQC_RESPONSE
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 BDA_DISEQC_RESPONSE
impl Debug for BDA_DISEQC_RESPONSE
§impl Default for BDA_DISEQC_RESPONSE
impl Default for BDA_DISEQC_RESPONSE
§impl PartialEq for BDA_DISEQC_RESPONSE
impl PartialEq for BDA_DISEQC_RESPONSE
impl Copy for BDA_DISEQC_RESPONSE
impl StructuralPartialEq for BDA_DISEQC_RESPONSE
Auto Trait Implementations§
impl Freeze for BDA_DISEQC_RESPONSE
impl RefUnwindSafe for BDA_DISEQC_RESPONSE
impl Send for BDA_DISEQC_RESPONSE
impl Sync for BDA_DISEQC_RESPONSE
impl Unpin for BDA_DISEQC_RESPONSE
impl UnwindSafe for BDA_DISEQC_RESPONSE
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