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