pub struct ProcessStartGrant {
pub owner_scope: ProcessScope,
pub descriptor: ProcessHandleDescriptor,
}Fields§
§owner_scope: ProcessScope§descriptor: ProcessHandleDescriptorTrait Implementations§
Source§impl Clone for ProcessStartGrant
impl Clone for ProcessStartGrant
Source§fn clone(&self) -> ProcessStartGrant
fn clone(&self) -> ProcessStartGrant
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProcessStartGrant
impl Debug for ProcessStartGrant
Source§impl<'de> Deserialize<'de> for ProcessStartGrant
impl<'de> Deserialize<'de> for ProcessStartGrant
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ProcessStartGrant
Source§impl PartialEq for ProcessStartGrant
impl PartialEq for ProcessStartGrant
Source§fn eq(&self, other: &ProcessStartGrant) -> bool
fn eq(&self, other: &ProcessStartGrant) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProcessStartGrant
impl Serialize for ProcessStartGrant
impl StructuralPartialEq for ProcessStartGrant
Auto Trait Implementations§
impl Freeze for ProcessStartGrant
impl RefUnwindSafe for ProcessStartGrant
impl Send for ProcessStartGrant
impl Sync for ProcessStartGrant
impl Unpin for ProcessStartGrant
impl UnsafeUnpin for ProcessStartGrant
impl UnwindSafe for ProcessStartGrant
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