#[repr(C)]pub struct UA_ExtensionObject {
pub encoding: UA_ExtensionObjectEncoding,
pub content: UA_ExtensionObject__bindgen_ty_1,
}Fields§
§encoding: UA_ExtensionObjectEncoding§content: UA_ExtensionObject__bindgen_ty_1Trait Implementations§
Source§impl Clone for UA_ExtensionObject
impl Clone for UA_ExtensionObject
Source§fn clone(&self) -> UA_ExtensionObject
fn clone(&self) -> UA_ExtensionObject
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 moreimpl Copy for UA_ExtensionObject
Auto Trait Implementations§
impl Freeze for UA_ExtensionObject
impl RefUnwindSafe for UA_ExtensionObject
impl !Send for UA_ExtensionObject
impl !Sync for UA_ExtensionObject
impl Unpin for UA_ExtensionObject
impl UnwindSafe for UA_ExtensionObject
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