pub struct dnnl_graph_allocator { /* private fields */ }Expand description
An opaque structure to describe an allocator.
Trait Implementations§
Source§impl Clone for dnnl_graph_allocator
impl Clone for dnnl_graph_allocator
Source§fn clone(&self) -> dnnl_graph_allocator
fn clone(&self) -> dnnl_graph_allocator
Returns a duplicate 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 dnnl_graph_allocator
impl Debug for dnnl_graph_allocator
impl Copy for dnnl_graph_allocator
Auto Trait Implementations§
impl Freeze for dnnl_graph_allocator
impl RefUnwindSafe for dnnl_graph_allocator
impl Send for dnnl_graph_allocator
impl Sync for dnnl_graph_allocator
impl Unpin for dnnl_graph_allocator
impl UnwindSafe for dnnl_graph_allocator
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