pub struct DecodedF64 {
pub info: BlobInfo,
pub pixels: Vec<f64>,
pub mask: Option<Vec<u8>>,
}Fields§
§info: BlobInfo§pixels: Vec<f64>§mask: Option<Vec<u8>>Implementations§
Source§impl DecodedF64
impl DecodedF64
Trait Implementations§
Source§impl Clone for DecodedF64
impl Clone for DecodedF64
Source§fn clone(&self) -> DecodedF64
fn clone(&self) -> DecodedF64
Returns a duplicate 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 DecodedF64
impl Debug for DecodedF64
Source§impl PartialEq for DecodedF64
impl PartialEq for DecodedF64
impl StructuralPartialEq for DecodedF64
Auto Trait Implementations§
impl Freeze for DecodedF64
impl RefUnwindSafe for DecodedF64
impl Send for DecodedF64
impl Sync for DecodedF64
impl Unpin for DecodedF64
impl UnsafeUnpin for DecodedF64
impl UnwindSafe for DecodedF64
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