#[repr(C)]pub struct KSPIN_MDL_CACHING_NOTIFICATION {
pub Event: KSPIN_MDL_CACHING_EVENT,
pub Buffer: *mut c_void,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
Event: KSPIN_MDL_CACHING_EVENT
Buffer: *mut c_void
Trait Implementations
impl Clone for KSPIN_MDL_CACHING_NOTIFICATION
impl Clone for KSPIN_MDL_CACHING_NOTIFICATION
impl Copy for KSPIN_MDL_CACHING_NOTIFICATION
Auto Trait Implementations
impl RefUnwindSafe for KSPIN_MDL_CACHING_NOTIFICATION
impl !Send for KSPIN_MDL_CACHING_NOTIFICATION
impl !Sync for KSPIN_MDL_CACHING_NOTIFICATION
impl Unpin for KSPIN_MDL_CACHING_NOTIFICATION
impl UnwindSafe for KSPIN_MDL_CACHING_NOTIFICATION
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