#[repr(C)]pub struct ANARIParameterValue {
pub name: *const c_char,
pub type_: ANARIDataType,
pub value: *const c_void,
}Fields§
§name: *const c_char§type_: ANARIDataType§value: *const c_voidTrait Implementations§
Source§impl Clone for ANARIParameterValue
impl Clone for ANARIParameterValue
Source§fn clone(&self) -> ANARIParameterValue
fn clone(&self) -> ANARIParameterValue
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 ANARIParameterValue
impl Debug for ANARIParameterValue
impl Copy for ANARIParameterValue
Auto Trait Implementations§
impl Freeze for ANARIParameterValue
impl RefUnwindSafe for ANARIParameterValue
impl !Send for ANARIParameterValue
impl !Sync for ANARIParameterValue
impl Unpin for ANARIParameterValue
impl UnwindSafe for ANARIParameterValue
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