#[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§
Source§impl Clone for CUlibraryHostUniversalFunctionAndDataTable_st
impl Clone for CUlibraryHostUniversalFunctionAndDataTable_st
Source§fn clone(&self) -> CUlibraryHostUniversalFunctionAndDataTable_st
fn clone(&self) -> CUlibraryHostUniversalFunctionAndDataTable_st
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CUlibraryHostUniversalFunctionAndDataTable_st
impl Eq for CUlibraryHostUniversalFunctionAndDataTable_st
Source§impl Ord for CUlibraryHostUniversalFunctionAndDataTable_st
impl Ord for CUlibraryHostUniversalFunctionAndDataTable_st
Source§fn cmp(&self, other: &CUlibraryHostUniversalFunctionAndDataTable_st) -> Ordering
fn cmp(&self, other: &CUlibraryHostUniversalFunctionAndDataTable_st) -> Ordering
1.21.0 (const: unstable) · 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
Source§impl PartialOrd for CUlibraryHostUniversalFunctionAndDataTable_st
impl PartialOrd for CUlibraryHostUniversalFunctionAndDataTable_st
Source§fn partial_cmp(
&self,
other: &CUlibraryHostUniversalFunctionAndDataTable_st,
) -> Option<Ordering>
fn partial_cmp( &self, other: &CUlibraryHostUniversalFunctionAndDataTable_st, ) -> Option<Ordering>
impl StructuralPartialEq for CUlibraryHostUniversalFunctionAndDataTable_st
Auto Trait Implementations§
impl !Send for CUlibraryHostUniversalFunctionAndDataTable_st
impl !Sync for CUlibraryHostUniversalFunctionAndDataTable_st
impl Freeze for CUlibraryHostUniversalFunctionAndDataTable_st
impl RefUnwindSafe 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