Struct windows_sys::Win32::Media::KernelStreaming::KSERROR
[−]Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
Context: *mut c_void
Status: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KSERROR
impl !Send for KSERROR
impl !Sync for KSERROR
impl Unpin for KSERROR
impl UnwindSafe for KSERROR
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