pub struct TypeSet128;Expand description
Use 128-bit integers and 64-bit floats.
Trait Implementations§
Source§impl Clone for TypeSet128
impl Clone for TypeSet128
Source§fn clone(&self) -> TypeSet128
fn clone(&self) -> TypeSet128
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 TypeSet128
impl Debug for TypeSet128
Source§impl PartialEq for TypeSet128
impl PartialEq for TypeSet128
impl Copy for TypeSet128
impl StructuralPartialEq for TypeSet128
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