pub struct ProcessAccess {
pub rights: u32,
}Expand description
process access rights configuration
Fields§
§rights: u32Implementations§
Trait Implementations§
Source§impl Clone for ProcessAccess
impl Clone for ProcessAccess
Source§fn clone(&self) -> ProcessAccess
fn clone(&self) -> ProcessAccess
Returns a duplicate 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 moreSource§impl Debug for ProcessAccess
impl Debug for ProcessAccess
Source§impl Default for ProcessAccess
impl Default for ProcessAccess
impl Copy for ProcessAccess
Auto Trait Implementations§
impl Freeze for ProcessAccess
impl RefUnwindSafe for ProcessAccess
impl Send for ProcessAccess
impl Sync for ProcessAccess
impl Unpin for ProcessAccess
impl UnwindSafe for ProcessAccess
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