Struct windows_native::ntpsapi::JOBOBJECT_IO_PRIORITY_LIMIT
source · #[repr(C)]pub struct JOBOBJECT_IO_PRIORITY_LIMIT {
pub Flags: JOBOBJECT_IO_PRIORITY_LIMIT_FLAGS,
pub Priority: u32,
}Fields§
§Flags: JOBOBJECT_IO_PRIORITY_LIMIT_FLAGS§Priority: u32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for JOBOBJECT_IO_PRIORITY_LIMIT
impl Send for JOBOBJECT_IO_PRIORITY_LIMIT
impl Sync for JOBOBJECT_IO_PRIORITY_LIMIT
impl Unpin for JOBOBJECT_IO_PRIORITY_LIMIT
impl UnwindSafe for JOBOBJECT_IO_PRIORITY_LIMIT
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