Struct windows::Win32::Media::KernelStreaming::KSPRIORITY
#[repr(C)]pub struct KSPRIORITY {
pub PriorityClass: u32,
pub PrioritySubClass: u32,
}
Fields§
§PriorityClass: u32
§PrioritySubClass: u32
Trait Implementations§
§impl Clone for KSPRIORITY
impl Clone for KSPRIORITY
§fn clone(&self) -> KSPRIORITY
fn clone(&self) -> KSPRIORITY
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for KSPRIORITY
impl Debug for KSPRIORITY
§impl PartialEq for KSPRIORITY
impl PartialEq for KSPRIORITY
§fn eq(&self, other: &KSPRIORITY) -> bool
fn eq(&self, other: &KSPRIORITY) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for KSPRIORITY
impl Eq for KSPRIORITY
impl StructuralPartialEq for KSPRIORITY
Auto Trait Implementations§
impl Freeze for KSPRIORITY
impl RefUnwindSafe for KSPRIORITY
impl Send for KSPRIORITY
impl Sync for KSPRIORITY
impl Unpin for KSPRIORITY
impl UnwindSafe for KSPRIORITY
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)