pub struct ChildProcessPolicyFlagsMask(/* private fields */);Expand description
[docs.microsoft.com] PROC_THREAD_ATTRIBUTE_CHILD_PROCESS_POLICY Flags Mask
Trait Implementations§
Source§impl BitAnd<ChildProcessPolicyFlags> for ChildProcessPolicyFlagsMask
impl BitAnd<ChildProcessPolicyFlags> for ChildProcessPolicyFlagsMask
Source§type Output = ChildProcessPolicyFlags
type Output = ChildProcessPolicyFlags
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: ChildProcessPolicyFlags) -> ChildProcessPolicyFlags
fn bitand(self, rhs: ChildProcessPolicyFlags) -> ChildProcessPolicyFlags
Performs the
& operation. Read moreSource§impl BitAnd<ChildProcessPolicyFlagsMask> for ChildProcessPolicyFlags
impl BitAnd<ChildProcessPolicyFlagsMask> for ChildProcessPolicyFlags
Source§type Output = ChildProcessPolicyFlags
type Output = ChildProcessPolicyFlags
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: ChildProcessPolicyFlagsMask) -> ChildProcessPolicyFlags
fn bitand(self, rhs: ChildProcessPolicyFlagsMask) -> ChildProcessPolicyFlags
Performs the
& operation. Read moreSource§impl BitAndAssign<ChildProcessPolicyFlagsMask> for ChildProcessPolicyFlags
impl BitAndAssign<ChildProcessPolicyFlagsMask> for ChildProcessPolicyFlags
Source§fn bitand_assign(&mut self, rhs: ChildProcessPolicyFlagsMask)
fn bitand_assign(&mut self, rhs: ChildProcessPolicyFlagsMask)
Performs the
&= operation. Read moreSource§impl Clone for ChildProcessPolicyFlagsMask
impl Clone for ChildProcessPolicyFlagsMask
Source§fn clone(&self) -> ChildProcessPolicyFlagsMask
fn clone(&self) -> ChildProcessPolicyFlagsMask
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 moreimpl Copy for ChildProcessPolicyFlagsMask
Source§impl Debug for ChildProcessPolicyFlagsMask
impl Debug for ChildProcessPolicyFlagsMask
Source§impl Default for ChildProcessPolicyFlagsMask
impl Default for ChildProcessPolicyFlagsMask
Source§fn default() -> ChildProcessPolicyFlagsMask
fn default() -> ChildProcessPolicyFlagsMask
Returns the “default value” for a type. Read more
impl Eq for ChildProcessPolicyFlagsMask
Source§impl From<()> for ChildProcessPolicyFlagsMask
impl From<()> for ChildProcessPolicyFlagsMask
Source§impl From<ChildProcessPolicyFlags> for ChildProcessPolicyFlagsMask
impl From<ChildProcessPolicyFlags> for ChildProcessPolicyFlagsMask
Source§fn from(flags: ChildProcessPolicyFlags) -> Self
fn from(flags: ChildProcessPolicyFlags) -> Self
Converts to this type from the input type.
Source§impl From<ChildProcessPolicyFlagsMask> for u32
impl From<ChildProcessPolicyFlagsMask> for u32
Source§fn from(mask: ChildProcessPolicyFlagsMask) -> Self
fn from(mask: ChildProcessPolicyFlagsMask) -> Self
Converts to this type from the input type.
Source§impl From<Option<Infallible>> for ChildProcessPolicyFlagsMask
impl From<Option<Infallible>> for ChildProcessPolicyFlagsMask
Source§fn from(_: Option<Infallible>) -> Self
fn from(_: Option<Infallible>) -> Self
Converts to this type from the input type.
Source§impl From<u32> for ChildProcessPolicyFlagsMask
impl From<u32> for ChildProcessPolicyFlagsMask
Source§impl Hash for ChildProcessPolicyFlagsMask
impl Hash for ChildProcessPolicyFlagsMask
Source§impl Ord for ChildProcessPolicyFlagsMask
impl Ord for ChildProcessPolicyFlagsMask
Source§fn cmp(&self, other: &ChildProcessPolicyFlagsMask) -> Ordering
fn cmp(&self, other: &ChildProcessPolicyFlagsMask) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ChildProcessPolicyFlagsMask
impl PartialOrd for ChildProcessPolicyFlagsMask
impl StructuralPartialEq for ChildProcessPolicyFlagsMask
Auto Trait Implementations§
impl Freeze for ChildProcessPolicyFlagsMask
impl RefUnwindSafe for ChildProcessPolicyFlagsMask
impl Send for ChildProcessPolicyFlagsMask
impl Sync for ChildProcessPolicyFlagsMask
impl Unpin for ChildProcessPolicyFlagsMask
impl UnsafeUnpin for ChildProcessPolicyFlagsMask
impl UnwindSafe for ChildProcessPolicyFlagsMask
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