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