Struct windows_sys::Win32::Media::KernelStreaming::KSGOP_USERDATA
[−]#[repr(C)]pub struct KSGOP_USERDATA {
pub sc: u32,
pub reserved1: u32,
pub cFields: u8,
pub l21Data: [CHAR; 3],
}
Expand description
Required features: "Win32_Media_KernelStreaming"
, "Win32_Foundation"
Fields
sc: u32
reserved1: u32
cFields: u8
l21Data: [CHAR; 3]
Trait Implementations
impl Clone for KSGOP_USERDATA
impl Clone for KSGOP_USERDATA
impl Copy for KSGOP_USERDATA
Auto Trait Implementations
impl RefUnwindSafe for KSGOP_USERDATA
impl Send for KSGOP_USERDATA
impl Sync for KSGOP_USERDATA
impl Unpin for KSGOP_USERDATA
impl UnwindSafe for KSGOP_USERDATA
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