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