Struct windows_sys::Win32::Media::KernelStreaming::KSPRIORITY
[−]Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
PriorityClass: u32
PrioritySubClass: u32
Trait Implementations
impl Clone for KSPRIORITY
impl Clone for KSPRIORITY
impl Copy for KSPRIORITY
Auto Trait Implementations
impl RefUnwindSafe for KSPRIORITY
impl Send for KSPRIORITY
impl Sync for KSPRIORITY
impl Unpin for KSPRIORITY
impl UnwindSafe for KSPRIORITY
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