pub enum LorenzoDtype {
I32,
}Expand description
LC Lorenzo preprocessor dtype
Variants§
I32
Trait Implementations§
Source§impl Clone for LorenzoDtype
impl Clone for LorenzoDtype
Source§fn clone(&self) -> LorenzoDtype
fn clone(&self) -> LorenzoDtype
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 LorenzoDtype
impl Debug for LorenzoDtype
Source§impl Hash for LorenzoDtype
impl Hash for LorenzoDtype
Source§impl Ord for LorenzoDtype
impl Ord for LorenzoDtype
Source§fn cmp(&self, other: &LorenzoDtype) -> Ordering
fn cmp(&self, other: &LorenzoDtype) -> Ordering
1.21.0 · 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 LorenzoDtype
impl PartialEq for LorenzoDtype
Source§impl PartialOrd for LorenzoDtype
impl PartialOrd for LorenzoDtype
impl Copy for LorenzoDtype
impl Eq for LorenzoDtype
impl StructuralPartialEq for LorenzoDtype
Auto Trait Implementations§
impl Freeze for LorenzoDtype
impl RefUnwindSafe for LorenzoDtype
impl Send for LorenzoDtype
impl Sync for LorenzoDtype
impl Unpin for LorenzoDtype
impl UnsafeUnpin for LorenzoDtype
impl UnwindSafe for LorenzoDtype
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