#[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 copy 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 moreimpl Copy for CUlibraryHostUniversalFunctionAndDataTable_st
Auto Trait Implementations§
impl RefUnwindSafe for CUlibraryHostUniversalFunctionAndDataTable_st
impl !Send for CUlibraryHostUniversalFunctionAndDataTable_st
impl !Sync for CUlibraryHostUniversalFunctionAndDataTable_st
impl Unpin 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