#[repr(transparent)]pub struct UA_TrustListMasks(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl UA_TrustListMasks
impl UA_TrustListMasks
pub const UA_TRUSTLISTMASKS_NONE: UA_TrustListMasks
pub const UA_TRUSTLISTMASKS_TRUSTEDCERTIFICATES: UA_TrustListMasks
pub const UA_TRUSTLISTMASKS_TRUSTEDCRLS: UA_TrustListMasks
pub const UA_TRUSTLISTMASKS_ISSUERCERTIFICATES: UA_TrustListMasks
pub const UA_TRUSTLISTMASKS_ISSUERCRLS: UA_TrustListMasks
pub const UA_TRUSTLISTMASKS_ALL: UA_TrustListMasks
pub const __UA_TRUSTLISTMASKS_FORCE32BIT: UA_TrustListMasks
Trait Implementations§
Source§impl Clone for UA_TrustListMasks
impl Clone for UA_TrustListMasks
Source§fn clone(&self) -> UA_TrustListMasks
fn clone(&self) -> UA_TrustListMasks
Returns a duplicate 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 moreSource§impl Debug for UA_TrustListMasks
impl Debug for UA_TrustListMasks
Source§impl Hash for UA_TrustListMasks
impl Hash for UA_TrustListMasks
Source§impl PartialEq for UA_TrustListMasks
impl PartialEq for UA_TrustListMasks
impl Eq for UA_TrustListMasks
impl StructuralPartialEq for UA_TrustListMasks
Auto Trait Implementations§
impl Freeze for UA_TrustListMasks
impl RefUnwindSafe for UA_TrustListMasks
impl Send for UA_TrustListMasks
impl Sync for UA_TrustListMasks
impl Unpin for UA_TrustListMasks
impl UnwindSafe for UA_TrustListMasks
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