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