pub enum RgFixedPointTagV0 {
Exact,
Lumped,
Deferred,
SampledAdvisory,
}Variants§
Trait Implementations§
Source§impl Clone for RgFixedPointTagV0
impl Clone for RgFixedPointTagV0
Source§fn clone(&self) -> RgFixedPointTagV0
fn clone(&self) -> RgFixedPointTagV0
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 moreimpl Copy for RgFixedPointTagV0
Source§impl Debug for RgFixedPointTagV0
impl Debug for RgFixedPointTagV0
impl Eq for RgFixedPointTagV0
Source§impl PartialEq for RgFixedPointTagV0
impl PartialEq for RgFixedPointTagV0
Source§fn eq(&self, other: &RgFixedPointTagV0) -> bool
fn eq(&self, other: &RgFixedPointTagV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RgFixedPointTagV0
impl Serialize for RgFixedPointTagV0
impl StructuralPartialEq for RgFixedPointTagV0
Auto Trait Implementations§
impl Freeze for RgFixedPointTagV0
impl RefUnwindSafe for RgFixedPointTagV0
impl Send for RgFixedPointTagV0
impl Sync for RgFixedPointTagV0
impl Unpin for RgFixedPointTagV0
impl UnsafeUnpin for RgFixedPointTagV0
impl UnwindSafe for RgFixedPointTagV0
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