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