#[repr(C)]pub struct F32VecRef {
pub ptr: *const f32,
pub len: usize,
}Expand description
FFI-safe wrapper for &[f32].
Fields§
§ptr: *const f32§len: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for F32VecRef
impl !Sync for F32VecRef
impl Freeze for F32VecRef
impl RefUnwindSafe for F32VecRef
impl Unpin for F32VecRef
impl UnsafeUnpin for F32VecRef
impl UnwindSafe for F32VecRef
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