#[repr(transparent)]pub struct Double(pub f64);Expand description
Double style format: https://dev.mysql.com/doc/internals/en/binary-protocol-value.html
Tuple Fields§
§0: f64Implementations§
Trait Implementations§
Source§impl ValueFormat for Double
impl ValueFormat for Double
Source§fn serialize_into(&self, sink: &mut Vec<u8>)
fn serialize_into(&self, sink: &mut Vec<u8>)
Serialize value into bytes
Auto Trait Implementations§
impl Freeze for Double
impl RefUnwindSafe for Double
impl Send for Double
impl Sync for Double
impl Unpin for Double
impl UnwindSafe for Double
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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