#[repr(C)]pub struct UplinkEncryptionKey {
pub _handle: usize,
}Fields§
§_handle: usizeTrait Implementations§
Source§impl Clone for UplinkEncryptionKey
impl Clone for UplinkEncryptionKey
Source§fn clone(&self) -> UplinkEncryptionKey
fn clone(&self) -> UplinkEncryptionKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UplinkEncryptionKey
Auto Trait Implementations§
impl Freeze for UplinkEncryptionKey
impl RefUnwindSafe for UplinkEncryptionKey
impl Send for UplinkEncryptionKey
impl Sync for UplinkEncryptionKey
impl Unpin for UplinkEncryptionKey
impl UnsafeUnpin for UplinkEncryptionKey
impl UnwindSafe for UplinkEncryptionKey
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