#[repr(C)]pub struct UA_DeleteNodesItem {
pub nodeId: UA_NodeId,
pub deleteTargetReferences: UA_Boolean,
}Fields§
§nodeId: UA_NodeId§deleteTargetReferences: UA_BooleanTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_DeleteNodesItem
impl RefUnwindSafe for UA_DeleteNodesItem
impl !Send for UA_DeleteNodesItem
impl !Sync for UA_DeleteNodesItem
impl Unpin for UA_DeleteNodesItem
impl UnwindSafe for UA_DeleteNodesItem
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