Struct ENTERPRISE_DATA_POLICIES
#[repr(transparent)]pub struct ENTERPRISE_DATA_POLICIES(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl BitAnd for ENTERPRISE_DATA_POLICIES
impl BitAnd for ENTERPRISE_DATA_POLICIES
§impl BitAndAssign for ENTERPRISE_DATA_POLICIES
impl BitAndAssign for ENTERPRISE_DATA_POLICIES
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for ENTERPRISE_DATA_POLICIES
impl BitOr for ENTERPRISE_DATA_POLICIES
§impl BitOrAssign for ENTERPRISE_DATA_POLICIES
impl BitOrAssign for ENTERPRISE_DATA_POLICIES
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for ENTERPRISE_DATA_POLICIES
impl Clone for ENTERPRISE_DATA_POLICIES
§fn clone(&self) -> ENTERPRISE_DATA_POLICIES
fn clone(&self) -> ENTERPRISE_DATA_POLICIES
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 more§impl Debug for ENTERPRISE_DATA_POLICIES
impl Debug for ENTERPRISE_DATA_POLICIES
§impl Default for ENTERPRISE_DATA_POLICIES
impl Default for ENTERPRISE_DATA_POLICIES
§fn default() -> ENTERPRISE_DATA_POLICIES
fn default() -> ENTERPRISE_DATA_POLICIES
Returns the “default value” for a type. Read more
§impl Not for ENTERPRISE_DATA_POLICIES
impl Not for ENTERPRISE_DATA_POLICIES
§impl PartialEq for ENTERPRISE_DATA_POLICIES
impl PartialEq for ENTERPRISE_DATA_POLICIES
impl Copy for ENTERPRISE_DATA_POLICIES
impl Eq for ENTERPRISE_DATA_POLICIES
impl StructuralPartialEq for ENTERPRISE_DATA_POLICIES
Auto Trait Implementations§
impl Freeze for ENTERPRISE_DATA_POLICIES
impl RefUnwindSafe for ENTERPRISE_DATA_POLICIES
impl Send for ENTERPRISE_DATA_POLICIES
impl Sync for ENTERPRISE_DATA_POLICIES
impl Unpin for ENTERPRISE_DATA_POLICIES
impl UnwindSafe for ENTERPRISE_DATA_POLICIES
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