pub enum FloatWidth {
W32,
W64,
}Expand description
Float bit width.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FloatWidth
impl Clone for FloatWidth
Source§fn clone(&self) -> FloatWidth
fn clone(&self) -> FloatWidth
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 FloatWidth
impl Debug for FloatWidth
Source§impl PartialEq for FloatWidth
impl PartialEq for FloatWidth
Source§fn eq(&self, other: &FloatWidth) -> bool
fn eq(&self, other: &FloatWidth) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for FloatWidth
impl Eq for FloatWidth
impl StructuralPartialEq for FloatWidth
Auto Trait Implementations§
impl Freeze for FloatWidth
impl RefUnwindSafe for FloatWidth
impl Send for FloatWidth
impl Sync for FloatWidth
impl Unpin for FloatWidth
impl UnsafeUnpin for FloatWidth
impl UnwindSafe for FloatWidth
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