Struct windows_sys::Win32::Media::KernelStreaming::KS_FRAME_INFO_1_0
#[repr(C)]pub struct KS_FRAME_INFO_1_0 {
pub Reserved3: u32,
pub Reserved4: u32,
}Expand description
Required features: "Win32_Foundation"
Fields§
§Reserved3: u32§Reserved4: u32Trait Implementations§
§impl Clone for KS_FRAME_INFO_1_0
impl Clone for KS_FRAME_INFO_1_0
impl Copy for KS_FRAME_INFO_1_0
Auto Trait Implementations§
impl RefUnwindSafe for KS_FRAME_INFO_1_0
impl Send for KS_FRAME_INFO_1_0
impl Sync for KS_FRAME_INFO_1_0
impl Unpin for KS_FRAME_INFO_1_0
impl UnwindSafe for KS_FRAME_INFO_1_0
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