pub struct FloatConst;
Trait Implementations§
impl OperationArguments for FloatConst
Auto Trait Implementations§
impl Freeze for FloatConst
impl RefUnwindSafe for FloatConst
impl Send for FloatConst
impl Sync for FloatConst
impl Unpin for FloatConst
impl UnwindSafe for FloatConst
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