pub struct cldnn_network_impl { /* private fields */ }Trait Implementations§
Source§impl Clone for cldnn_network_impl
impl Clone for cldnn_network_impl
Source§fn clone(&self) -> cldnn_network_impl
fn clone(&self) -> cldnn_network_impl
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 cldnn_network_impl
impl Debug for cldnn_network_impl
impl Copy for cldnn_network_impl
Auto Trait Implementations§
impl Freeze for cldnn_network_impl
impl RefUnwindSafe for cldnn_network_impl
impl Send for cldnn_network_impl
impl Sync for cldnn_network_impl
impl Unpin for cldnn_network_impl
impl UnwindSafe for cldnn_network_impl
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