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