#[repr(transparent)]pub struct RnnMatrixId(pub usize);Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
Source§impl Clone for RnnMatrixId
impl Clone for RnnMatrixId
Source§fn clone(&self) -> RnnMatrixId
fn clone(&self) -> RnnMatrixId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RnnMatrixId
impl Debug for RnnMatrixId
Source§impl Default for RnnMatrixId
impl Default for RnnMatrixId
Source§fn default() -> RnnMatrixId
fn default() -> RnnMatrixId
Returns the “default value” for a type. Read more
Source§impl From<RnnMatrixId> for usize
impl From<RnnMatrixId> for usize
Source§fn from(value: RnnMatrixId) -> Self
fn from(value: RnnMatrixId) -> Self
Converts to this type from the input type.
Source§impl From<usize> for RnnMatrixId
impl From<usize> for RnnMatrixId
Source§impl Hash for RnnMatrixId
impl Hash for RnnMatrixId
Source§impl Ord for RnnMatrixId
impl Ord for RnnMatrixId
Source§fn cmp(&self, other: &RnnMatrixId) -> Ordering
fn cmp(&self, other: &RnnMatrixId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RnnMatrixId
impl PartialEq for RnnMatrixId
Source§fn eq(&self, other: &RnnMatrixId) -> bool
fn eq(&self, other: &RnnMatrixId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RnnMatrixId
impl PartialOrd for RnnMatrixId
impl Copy for RnnMatrixId
impl Eq for RnnMatrixId
impl StructuralPartialEq for RnnMatrixId
Auto Trait Implementations§
impl Freeze for RnnMatrixId
impl RefUnwindSafe for RnnMatrixId
impl Send for RnnMatrixId
impl Sync for RnnMatrixId
impl Unpin for RnnMatrixId
impl UnsafeUnpin for RnnMatrixId
impl UnwindSafe for RnnMatrixId
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