Union windows_sys::Win32::Media::KernelStreaming::KSRELATIVEEVENT_0
[−]#[repr(C)]
pub union KSRELATIVEEVENT_0 {
pub ObjectHandle: HANDLE,
pub ObjectPointer: *mut c_void,
}
Expand description
Required features: ‘Win32_Media_KernelStreaming’, ‘Win32_Foundation’
Fields
ObjectHandle: HANDLE
ObjectPointer: *mut c_void
Trait Implementations
impl Clone for KSRELATIVEEVENT_0
impl Clone for KSRELATIVEEVENT_0
impl Copy for KSRELATIVEEVENT_0
Auto Trait Implementations
impl RefUnwindSafe for KSRELATIVEEVENT_0
impl !Send for KSRELATIVEEVENT_0
impl !Sync for KSRELATIVEEVENT_0
impl Unpin for KSRELATIVEEVENT_0
impl UnwindSafe for KSRELATIVEEVENT_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