pub struct SslEchKeysRef(/* private fields */);Expand description
A borrowed reference to a SslEchKeys.
Trait Implementations§
Source§impl AsMut<SslEchKeysRef> for SslEchKeys
impl AsMut<SslEchKeysRef> for SslEchKeys
Source§fn as_mut(&mut self) -> &mut SslEchKeysRef
fn as_mut(&mut self) -> &mut SslEchKeysRef
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<SslEchKeysRef> for SslEchKeys
impl AsRef<SslEchKeysRef> for SslEchKeys
Source§fn as_ref(&self) -> &SslEchKeysRef
fn as_ref(&self) -> &SslEchKeysRef
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Borrow<SslEchKeysRef> for SslEchKeys
impl Borrow<SslEchKeysRef> for SslEchKeys
Source§fn borrow(&self) -> &SslEchKeysRef
fn borrow(&self) -> &SslEchKeysRef
Immutably borrows from an owned value. Read more
Source§impl BorrowMut<SslEchKeysRef> for SslEchKeys
impl BorrowMut<SslEchKeysRef> for SslEchKeys
Source§fn borrow_mut(&mut self) -> &mut SslEchKeysRef
fn borrow_mut(&mut self) -> &mut SslEchKeysRef
Mutably borrows from an owned value. Read more
Source§impl ForeignTypeRef for SslEchKeysRef
impl ForeignTypeRef for SslEchKeysRef
Source§type CType = ssl_ech_keys_st
type CType = ssl_ech_keys_st
The raw C type.
Source§unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
Constructs a shared instance of this type from its raw type. Read more
impl Send for SslEchKeysRef
impl Sync for SslEchKeysRef
Auto Trait Implementations§
impl Freeze for SslEchKeysRef
impl !RefUnwindSafe for SslEchKeysRef
impl Unpin for SslEchKeysRef
impl UnsafeUnpin for SslEchKeysRef
impl UnwindSafe for SslEchKeysRef
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