pub struct HexFloatLiteral(/* private fields */);Expand description
A displayable hex float literal description.
Trait Implementations§
Source§impl Clone for HexFloatLiteral
impl Clone for HexFloatLiteral
Source§fn clone(&self) -> HexFloatLiteral
fn clone(&self) -> HexFloatLiteral
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 HexFloatLiteral
impl Debug for HexFloatLiteral
Source§impl Default for HexFloatLiteral
impl Default for HexFloatLiteral
Source§fn default() -> HexFloatLiteral
fn default() -> HexFloatLiteral
Returns the “default value” for a type. Read more
Source§impl Display for HexFloatLiteral
impl Display for HexFloatLiteral
Source§impl DisplayHuman for HexFloatLiteral
impl DisplayHuman for HexFloatLiteral
Source§impl Hash for HexFloatLiteral
impl Hash for HexFloatLiteral
Source§impl PartialEq for HexFloatLiteral
impl PartialEq for HexFloatLiteral
impl Copy for HexFloatLiteral
impl Eq for HexFloatLiteral
impl StructuralPartialEq for HexFloatLiteral
Auto Trait Implementations§
impl Freeze for HexFloatLiteral
impl RefUnwindSafe for HexFloatLiteral
impl Send for HexFloatLiteral
impl Sync for HexFloatLiteral
impl Unpin for HexFloatLiteral
impl UnwindSafe for HexFloatLiteral
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