#[repr(C)]pub struct UA_ObjectNode {
pub head: UA_NodeHead,
pub eventNotifier: UA_Byte,
}Fields§
§head: UA_NodeHead§eventNotifier: UA_ByteTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_ObjectNode
impl RefUnwindSafe for UA_ObjectNode
impl !Send for UA_ObjectNode
impl !Sync for UA_ObjectNode
impl Unpin for UA_ObjectNode
impl UnwindSafe for UA_ObjectNode
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