#[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§
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