#[repr(C)]pub struct ArrayRefF64 {
pub data: *const f64,
pub len: usize,
}Fields§
§data: *const f64§len: usizeTrait Implementations§
Source§impl Clone for ArrayRefF64
impl Clone for ArrayRefF64
impl Copy for ArrayRefF64
Auto Trait Implementations§
impl !Send for ArrayRefF64
impl !Sync for ArrayRefF64
impl Freeze for ArrayRefF64
impl RefUnwindSafe for ArrayRefF64
impl Unpin for ArrayRefF64
impl UnsafeUnpin for ArrayRefF64
impl UnwindSafe for ArrayRefF64
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