#[repr(C)]pub struct wuffs_base__result_f64 {
pub status: wuffs_base__status,
pub value: f64,
}Fields§
§status: wuffs_base__status§value: f64Trait Implementations§
Source§impl Clone for wuffs_base__result_f64
impl Clone for wuffs_base__result_f64
Source§fn clone(&self) -> wuffs_base__result_f64
fn clone(&self) -> wuffs_base__result_f64
Returns a copy 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 wuffs_base__result_f64
impl Debug for wuffs_base__result_f64
impl Copy for wuffs_base__result_f64
Auto Trait Implementations§
impl Freeze for wuffs_base__result_f64
impl RefUnwindSafe for wuffs_base__result_f64
impl !Send for wuffs_base__result_f64
impl !Sync for wuffs_base__result_f64
impl Unpin for wuffs_base__result_f64
impl UnwindSafe for wuffs_base__result_f64
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