pub struct TS18661FloatType {
pub format: TS18661FloatFormat,
pub width: usize,
}
Expand description
Floating point type with guaranteed width and format
Fields§
§format: TS18661FloatFormat
§width: usize
Trait Implementations§
Source§impl Clone for TS18661FloatType
impl Clone for TS18661FloatType
Source§fn clone(&self) -> TS18661FloatType
fn clone(&self) -> TS18661FloatType
Returns a copy 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 TS18661FloatType
impl Debug for TS18661FloatType
Source§impl Hash for TS18661FloatType
impl Hash for TS18661FloatType
Source§impl PartialEq for TS18661FloatType
impl PartialEq for TS18661FloatType
impl Eq for TS18661FloatType
impl StructuralPartialEq for TS18661FloatType
Auto Trait Implementations§
impl Freeze for TS18661FloatType
impl RefUnwindSafe for TS18661FloatType
impl Send for TS18661FloatType
impl Sync for TS18661FloatType
impl Unpin for TS18661FloatType
impl UnwindSafe for TS18661FloatType
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