#[repr(C)]pub struct JOBOBJECT_BASIC_UI_RESTRICTIONS {
    pub UIRestrictionsClass: DWORD,
}Fields§
§UIRestrictionsClass: DWORDTrait Implementations§
Source§impl Clone for JOBOBJECT_BASIC_UI_RESTRICTIONS
 
impl Clone for JOBOBJECT_BASIC_UI_RESTRICTIONS
Source§fn clone(&self) -> JOBOBJECT_BASIC_UI_RESTRICTIONS
 
fn clone(&self) -> JOBOBJECT_BASIC_UI_RESTRICTIONS
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 JOBOBJECT_BASIC_UI_RESTRICTIONS
Auto Trait Implementations§
impl Freeze for JOBOBJECT_BASIC_UI_RESTRICTIONS
impl RefUnwindSafe for JOBOBJECT_BASIC_UI_RESTRICTIONS
impl Send for JOBOBJECT_BASIC_UI_RESTRICTIONS
impl Sync for JOBOBJECT_BASIC_UI_RESTRICTIONS
impl Unpin for JOBOBJECT_BASIC_UI_RESTRICTIONS
impl UnwindSafe for JOBOBJECT_BASIC_UI_RESTRICTIONS
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