#[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: usize
Trait 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 · 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 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 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