pub struct TypeSet128;Expand description
Use 128-bit integers and 64-bit floats.
Trait Implementations§
Source§impl Debug for TypeSet128
impl Debug for TypeSet128
Source§impl Default for TypeSet128
impl Default for TypeSet128
Source§fn default() -> TypeSet128
fn default() -> TypeSet128
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TypeSet128
impl RefUnwindSafe for TypeSet128
impl Send for TypeSet128
impl Sync for TypeSet128
impl Unpin for TypeSet128
impl UnwindSafe for TypeSet128
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