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: [u8; 3],
}
Fields§
§sc: u32
§reserved1: u32
§cFields: u8
§l21Data: [u8; 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§
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