Struct rcudnn::cudnnRNNStruct
source · #[repr(C)]pub struct cudnnRNNStruct { /* private fields */ }
Trait Implementations§
source§impl Clone for cudnnRNNStruct
impl Clone for cudnnRNNStruct
source§fn clone(&self) -> cudnnRNNStruct
fn clone(&self) -> cudnnRNNStruct
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 cudnnRNNStruct
impl Debug for cudnnRNNStruct
impl Copy for cudnnRNNStruct
Auto Trait Implementations§
impl RefUnwindSafe for cudnnRNNStruct
impl Send for cudnnRNNStruct
impl Sync for cudnnRNNStruct
impl Unpin for cudnnRNNStruct
impl UnwindSafe for cudnnRNNStruct
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