Union windows_sys::Win32::Media::KernelStreaming::KSIDENTIFIER_0
[−]#[repr(C)]
pub union KSIDENTIFIER_0 {
pub Anonymous: KSIDENTIFIER_0_0,
pub Alignment: i64,
}
Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
Anonymous: KSIDENTIFIER_0_0
Alignment: i64
Trait Implementations
impl Clone for KSIDENTIFIER_0
impl Clone for KSIDENTIFIER_0
impl Copy for KSIDENTIFIER_0
Auto Trait Implementations
impl RefUnwindSafe for KSIDENTIFIER_0
impl Send for KSIDENTIFIER_0
impl Sync for KSIDENTIFIER_0
impl Unpin for KSIDENTIFIER_0
impl UnwindSafe for KSIDENTIFIER_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more