#[repr(C)]pub struct UA_EphemeralKeyType {
pub publicKey: UA_ByteString,
pub signature: UA_ByteString,
}Fields§
§publicKey: UA_ByteString§signature: UA_ByteStringTrait Implementations§
Source§impl Debug for UA_EphemeralKeyType
impl Debug for UA_EphemeralKeyType
Auto Trait Implementations§
impl Freeze for UA_EphemeralKeyType
impl RefUnwindSafe for UA_EphemeralKeyType
impl !Send for UA_EphemeralKeyType
impl !Sync for UA_EphemeralKeyType
impl Unpin for UA_EphemeralKeyType
impl UnwindSafe for UA_EphemeralKeyType
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