Struct CMSG_KEY_AGREE_ORIGINATOR
#[repr(transparent)]pub struct CMSG_KEY_AGREE_ORIGINATOR(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
§impl Clone for CMSG_KEY_AGREE_ORIGINATOR
impl Clone for CMSG_KEY_AGREE_ORIGINATOR
§fn clone(&self) -> CMSG_KEY_AGREE_ORIGINATOR
fn clone(&self) -> CMSG_KEY_AGREE_ORIGINATOR
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 CMSG_KEY_AGREE_ORIGINATOR
impl Debug for CMSG_KEY_AGREE_ORIGINATOR
§impl Default for CMSG_KEY_AGREE_ORIGINATOR
impl Default for CMSG_KEY_AGREE_ORIGINATOR
§fn default() -> CMSG_KEY_AGREE_ORIGINATOR
fn default() -> CMSG_KEY_AGREE_ORIGINATOR
Returns the “default value” for a type. Read more
§impl PartialEq for CMSG_KEY_AGREE_ORIGINATOR
impl PartialEq for CMSG_KEY_AGREE_ORIGINATOR
impl Copy for CMSG_KEY_AGREE_ORIGINATOR
impl Eq for CMSG_KEY_AGREE_ORIGINATOR
impl StructuralPartialEq for CMSG_KEY_AGREE_ORIGINATOR
Auto Trait Implementations§
impl Freeze for CMSG_KEY_AGREE_ORIGINATOR
impl RefUnwindSafe for CMSG_KEY_AGREE_ORIGINATOR
impl Send for CMSG_KEY_AGREE_ORIGINATOR
impl Sync for CMSG_KEY_AGREE_ORIGINATOR
impl Unpin for CMSG_KEY_AGREE_ORIGINATOR
impl UnwindSafe for CMSG_KEY_AGREE_ORIGINATOR
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