Struct CUlibraryHostUniversalFunctionAndDataTable_st
#[repr(C)]pub struct CUlibraryHostUniversalFunctionAndDataTable_st {
pub functionTable: *mut c_void,
pub functionWindowSize: usize,
pub dataTable: *mut c_void,
pub dataWindowSize: usize,
}Fields§
§functionTable: *mut c_void§functionWindowSize: usize§dataTable: *mut c_void§dataWindowSize: usizeTrait Implementations§
§impl Clone for CUlibraryHostUniversalFunctionAndDataTable_st
impl Clone for CUlibraryHostUniversalFunctionAndDataTable_st
§fn clone(&self) -> CUlibraryHostUniversalFunctionAndDataTable_st
fn clone(&self) -> CUlibraryHostUniversalFunctionAndDataTable_st
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 more§impl Ord for CUlibraryHostUniversalFunctionAndDataTable_st
impl Ord for CUlibraryHostUniversalFunctionAndDataTable_st
§fn cmp(&self, other: &CUlibraryHostUniversalFunctionAndDataTable_st) -> Ordering
fn cmp(&self, other: &CUlibraryHostUniversalFunctionAndDataTable_st) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialEq for CUlibraryHostUniversalFunctionAndDataTable_st
impl PartialEq for CUlibraryHostUniversalFunctionAndDataTable_st
§fn eq(&self, other: &CUlibraryHostUniversalFunctionAndDataTable_st) -> bool
fn eq(&self, other: &CUlibraryHostUniversalFunctionAndDataTable_st) -> bool
Tests for
self and other values to be equal, and is used by ==.§impl PartialOrd for CUlibraryHostUniversalFunctionAndDataTable_st
impl PartialOrd for CUlibraryHostUniversalFunctionAndDataTable_st
impl Copy for CUlibraryHostUniversalFunctionAndDataTable_st
impl Eq for CUlibraryHostUniversalFunctionAndDataTable_st
impl StructuralPartialEq for CUlibraryHostUniversalFunctionAndDataTable_st
Auto Trait Implementations§
impl Freeze for CUlibraryHostUniversalFunctionAndDataTable_st
impl RefUnwindSafe for CUlibraryHostUniversalFunctionAndDataTable_st
impl !Send for CUlibraryHostUniversalFunctionAndDataTable_st
impl !Sync for CUlibraryHostUniversalFunctionAndDataTable_st
impl Unpin for CUlibraryHostUniversalFunctionAndDataTable_st
impl UnsafeUnpin for CUlibraryHostUniversalFunctionAndDataTable_st
impl UnwindSafe for CUlibraryHostUniversalFunctionAndDataTable_st
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more