#[repr(transparent)]pub struct VCL_REAL(pub f64);Tuple Fields§
§0: f64Trait Implementations§
impl Copy for VCL_REAL
Auto Trait Implementations§
impl Freeze for VCL_REAL
impl RefUnwindSafe for VCL_REAL
impl Send for VCL_REAL
impl Sync for VCL_REAL
impl Unpin for VCL_REAL
impl UnwindSafe for VCL_REAL
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