#[repr(C)]pub struct NDR_ALLOC_ALL_NODES_CONTEXT { /* private fields */ }
Trait Implementations§
Source§impl Clone for NDR_ALLOC_ALL_NODES_CONTEXT
impl Clone for NDR_ALLOC_ALL_NODES_CONTEXT
Source§fn clone(&self) -> NDR_ALLOC_ALL_NODES_CONTEXT
fn clone(&self) -> NDR_ALLOC_ALL_NODES_CONTEXT
Returns a copy 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 moreSource§impl Debug for NDR_ALLOC_ALL_NODES_CONTEXT
impl Debug for NDR_ALLOC_ALL_NODES_CONTEXT
impl Copy for NDR_ALLOC_ALL_NODES_CONTEXT
Auto Trait Implementations§
impl Freeze for NDR_ALLOC_ALL_NODES_CONTEXT
impl RefUnwindSafe for NDR_ALLOC_ALL_NODES_CONTEXT
impl Send for NDR_ALLOC_ALL_NODES_CONTEXT
impl Sync for NDR_ALLOC_ALL_NODES_CONTEXT
impl Unpin for NDR_ALLOC_ALL_NODES_CONTEXT
impl UnwindSafe for NDR_ALLOC_ALL_NODES_CONTEXT
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