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