Struct 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 moreimpl Copy 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