Union windows_sys::Win32::Media::KernelStreaming::KSDATAFORMAT
[−]#[repr(C)]
pub union KSDATAFORMAT {
pub Anonymous: KSDATAFORMAT_0,
pub Alignment: i64,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
Anonymous: KSDATAFORMAT_0
Alignment: i64
Trait Implementations
impl Clone for KSDATAFORMAT
impl Clone for KSDATAFORMAT
impl Copy for KSDATAFORMAT
Auto Trait Implementations
impl RefUnwindSafe for KSDATAFORMAT
impl Send for KSDATAFORMAT
impl Sync for KSDATAFORMAT
impl Unpin for KSDATAFORMAT
impl UnwindSafe for KSDATAFORMAT
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