#[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 · 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 UplinkEncryptionKey
impl Debug for UplinkEncryptionKey
impl 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 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