Struct windows_sys::Win32::Media::DirectShow::BDA_DISEQC_RESPONSE
[−]#[repr(C)]pub struct BDA_DISEQC_RESPONSE {
pub ulRequestId: u32,
pub ulPacketLength: u32,
pub argbPacketData: [u8; 8],
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
ulRequestId: u32
ulPacketLength: u32
argbPacketData: [u8; 8]
Trait Implementations
impl Clone for BDA_DISEQC_RESPONSE
impl Clone for BDA_DISEQC_RESPONSE
impl Copy for BDA_DISEQC_RESPONSE
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more