Union windows_sys::Win32::Media::KernelStreaming::KS_FRAME_INFO_1
[−]#[repr(C)]
pub union KS_FRAME_INFO_1 {
pub Anonymous: KS_FRAME_INFO_1_0,
pub FrameCompletionNumber: u64,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
, "Win32_Foundation"
Fields
Anonymous: KS_FRAME_INFO_1_0
FrameCompletionNumber: u64
Trait Implementations
impl Clone for KS_FRAME_INFO_1
impl Clone for KS_FRAME_INFO_1
impl Copy for KS_FRAME_INFO_1
Auto Trait Implementations
impl RefUnwindSafe for KS_FRAME_INFO_1
impl Send for KS_FRAME_INFO_1
impl Sync for KS_FRAME_INFO_1
impl Unpin for KS_FRAME_INFO_1
impl UnwindSafe for KS_FRAME_INFO_1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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