pub struct DoubleType;Trait Implementations§
Source§impl Get for DoubleType
impl Get for DoubleType
type ReturnType = CString
Auto Trait Implementations§
impl Freeze for DoubleType
impl RefUnwindSafe for DoubleType
impl Send for DoubleType
impl Sync for DoubleType
impl Unpin for DoubleType
impl UnwindSafe for DoubleType
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