Struct windows::Win32::Storage::Xps::XPS_SIGN_POLICY
#[repr(transparent)]pub struct XPS_SIGN_POLICY(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl XPS_SIGN_POLICY
impl XPS_SIGN_POLICY
Trait Implementations§
§impl BitAnd for XPS_SIGN_POLICY
impl BitAnd for XPS_SIGN_POLICY
§impl BitAndAssign for XPS_SIGN_POLICY
impl BitAndAssign for XPS_SIGN_POLICY
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for XPS_SIGN_POLICY
impl BitOr for XPS_SIGN_POLICY
§impl BitOrAssign for XPS_SIGN_POLICY
impl BitOrAssign for XPS_SIGN_POLICY
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for XPS_SIGN_POLICY
impl Clone for XPS_SIGN_POLICY
§fn clone(&self) -> XPS_SIGN_POLICY
fn clone(&self) -> XPS_SIGN_POLICY
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 XPS_SIGN_POLICY
impl Debug for XPS_SIGN_POLICY
§impl Default for XPS_SIGN_POLICY
impl Default for XPS_SIGN_POLICY
§fn default() -> XPS_SIGN_POLICY
fn default() -> XPS_SIGN_POLICY
Returns the “default value” for a type. Read more
§impl Not for XPS_SIGN_POLICY
impl Not for XPS_SIGN_POLICY
§impl PartialEq for XPS_SIGN_POLICY
impl PartialEq for XPS_SIGN_POLICY
§fn eq(&self, other: &XPS_SIGN_POLICY) -> bool
fn eq(&self, other: &XPS_SIGN_POLICY) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for XPS_SIGN_POLICY
impl Eq for XPS_SIGN_POLICY
impl StructuralPartialEq for XPS_SIGN_POLICY
Auto Trait Implementations§
impl Freeze for XPS_SIGN_POLICY
impl RefUnwindSafe for XPS_SIGN_POLICY
impl Send for XPS_SIGN_POLICY
impl Sync for XPS_SIGN_POLICY
impl Unpin for XPS_SIGN_POLICY
impl UnwindSafe for XPS_SIGN_POLICY
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)