#[repr(C)]pub struct libfive_vars {
pub vars: *const *mut c_void,
pub values: *mut f32,
pub size: u32,
}
Fields§
§vars: *const *mut c_void
§values: *mut f32
§size: u32
Trait Implementations§
Source§impl Clone for libfive_vars
impl Clone for libfive_vars
Source§fn clone(&self) -> libfive_vars
fn clone(&self) -> libfive_vars
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 libfive_vars
impl Debug for libfive_vars
Source§impl PartialEq for libfive_vars
impl PartialEq for libfive_vars
impl Copy for libfive_vars
impl Eq for libfive_vars
impl StructuralPartialEq for libfive_vars
Auto Trait Implementations§
impl Freeze for libfive_vars
impl RefUnwindSafe for libfive_vars
impl !Send for libfive_vars
impl !Sync for libfive_vars
impl Unpin for libfive_vars
impl UnwindSafe for libfive_vars
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