Struct faithe::types::protection_flags::PAGE_PROTECTION_FLAGS
[−]#[repr(transparent)]pub struct PAGE_PROTECTION_FLAGS(pub u32);
Expand description
Required features: "Win32_System_Memory"
Tuple Fields
0: u32
Trait Implementations
impl BitAnd<PAGE_PROTECTION_FLAGS> for PAGE_PROTECTION_FLAGS
impl BitAnd<PAGE_PROTECTION_FLAGS> for PAGE_PROTECTION_FLAGS
type Output = PAGE_PROTECTION_FLAGS
type Output = PAGE_PROTECTION_FLAGS
The resulting type after applying the
&
operator.fn bitand(self, other: PAGE_PROTECTION_FLAGS) -> PAGE_PROTECTION_FLAGS
fn bitand(self, other: PAGE_PROTECTION_FLAGS) -> PAGE_PROTECTION_FLAGS
Performs the
&
operation. Read moreimpl BitAndAssign<PAGE_PROTECTION_FLAGS> for PAGE_PROTECTION_FLAGS
impl BitAndAssign<PAGE_PROTECTION_FLAGS> for PAGE_PROTECTION_FLAGS
fn bitand_assign(&mut self, other: PAGE_PROTECTION_FLAGS)
fn bitand_assign(&mut self, other: PAGE_PROTECTION_FLAGS)
Performs the
&=
operation. Read moreimpl BitOr<PAGE_PROTECTION_FLAGS> for PAGE_PROTECTION_FLAGS
impl BitOr<PAGE_PROTECTION_FLAGS> for PAGE_PROTECTION_FLAGS
type Output = PAGE_PROTECTION_FLAGS
type Output = PAGE_PROTECTION_FLAGS
The resulting type after applying the
|
operator.fn bitor(self, other: PAGE_PROTECTION_FLAGS) -> PAGE_PROTECTION_FLAGS
fn bitor(self, other: PAGE_PROTECTION_FLAGS) -> PAGE_PROTECTION_FLAGS
Performs the
|
operation. Read moreimpl BitOrAssign<PAGE_PROTECTION_FLAGS> for PAGE_PROTECTION_FLAGS
impl BitOrAssign<PAGE_PROTECTION_FLAGS> for PAGE_PROTECTION_FLAGS
fn bitor_assign(&mut self, other: PAGE_PROTECTION_FLAGS)
fn bitor_assign(&mut self, other: PAGE_PROTECTION_FLAGS)
Performs the
|=
operation. Read moreimpl Clone for PAGE_PROTECTION_FLAGS
impl Clone for PAGE_PROTECTION_FLAGS
fn clone(&self) -> PAGE_PROTECTION_FLAGS
fn clone(&self) -> PAGE_PROTECTION_FLAGS
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Debug for PAGE_PROTECTION_FLAGS
impl Debug for PAGE_PROTECTION_FLAGS
impl Default for PAGE_PROTECTION_FLAGS
impl Default for PAGE_PROTECTION_FLAGS
fn default() -> PAGE_PROTECTION_FLAGS
fn default() -> PAGE_PROTECTION_FLAGS
Returns the “default value” for a type. Read more
impl Not for PAGE_PROTECTION_FLAGS
impl Not for PAGE_PROTECTION_FLAGS
type Output = PAGE_PROTECTION_FLAGS
type Output = PAGE_PROTECTION_FLAGS
The resulting type after applying the
!
operator.fn not(self) -> PAGE_PROTECTION_FLAGS
fn not(self) -> PAGE_PROTECTION_FLAGS
Performs the unary
!
operation. Read moreimpl PartialEq<PAGE_PROTECTION_FLAGS> for PAGE_PROTECTION_FLAGS
impl PartialEq<PAGE_PROTECTION_FLAGS> for PAGE_PROTECTION_FLAGS
fn eq(&self, other: &PAGE_PROTECTION_FLAGS) -> bool
fn eq(&self, other: &PAGE_PROTECTION_FLAGS) -> bool
impl Copy for PAGE_PROTECTION_FLAGS
impl Eq for PAGE_PROTECTION_FLAGS
impl StructuralEq for PAGE_PROTECTION_FLAGS
impl StructuralPartialEq for PAGE_PROTECTION_FLAGS
Auto Trait Implementations
impl RefUnwindSafe for PAGE_PROTECTION_FLAGS
impl Send for PAGE_PROTECTION_FLAGS
impl Sync for PAGE_PROTECTION_FLAGS
impl Unpin for PAGE_PROTECTION_FLAGS
impl UnwindSafe for PAGE_PROTECTION_FLAGS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more