#[repr(C)]pub struct PioF64View {
pub data: *const f64,
pub len: usize,
}Expand description
Borrowed double values.
Fields§
§data: *const f64§len: usizeTrait Implementations§
Source§impl Clone for PioF64View
impl Clone for PioF64View
Source§fn clone(&self) -> PioF64View
fn clone(&self) -> PioF64View
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PioF64View
Auto Trait Implementations§
impl !Send for PioF64View
impl !Sync for PioF64View
impl Freeze for PioF64View
impl RefUnwindSafe for PioF64View
impl Unpin for PioF64View
impl UnsafeUnpin for PioF64View
impl UnwindSafe for PioF64View
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