#[repr(transparent)]pub struct UA_MessageSecurityMode(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
source§impl UA_MessageSecurityMode
impl UA_MessageSecurityMode
pub const UA_MESSAGESECURITYMODE_INVALID: UA_MessageSecurityMode = _
source§impl UA_MessageSecurityMode
impl UA_MessageSecurityMode
pub const UA_MESSAGESECURITYMODE_NONE: UA_MessageSecurityMode = _
source§impl UA_MessageSecurityMode
impl UA_MessageSecurityMode
pub const UA_MESSAGESECURITYMODE_SIGN: UA_MessageSecurityMode = _
Trait Implementations§
source§impl Clone for UA_MessageSecurityMode
impl Clone for UA_MessageSecurityMode
source§fn clone(&self) -> UA_MessageSecurityMode
fn clone(&self) -> UA_MessageSecurityMode
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 moresource§impl Debug for UA_MessageSecurityMode
impl Debug for UA_MessageSecurityMode
source§impl Hash for UA_MessageSecurityMode
impl Hash for UA_MessageSecurityMode
source§impl PartialEq for UA_MessageSecurityMode
impl PartialEq for UA_MessageSecurityMode
impl Eq for UA_MessageSecurityMode
impl StructuralPartialEq for UA_MessageSecurityMode
Auto Trait Implementations§
impl Freeze for UA_MessageSecurityMode
impl RefUnwindSafe for UA_MessageSecurityMode
impl Send for UA_MessageSecurityMode
impl Sync for UA_MessageSecurityMode
impl Unpin for UA_MessageSecurityMode
impl UnwindSafe for UA_MessageSecurityMode
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§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)