#[repr(C)]pub struct CUctxCigParam_st {
pub sharedDataType: CUcigDataType,
pub sharedData: *mut c_void,
}
Expand description
CIG Context Create Params
Fields§
Trait Implementations§
Source§impl Clone for CUctxCigParam_st
impl Clone for CUctxCigParam_st
Source§fn clone(&self) -> CUctxCigParam_st
fn clone(&self) -> CUctxCigParam_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 moreSource§impl Debug for CUctxCigParam_st
impl Debug for CUctxCigParam_st
impl Copy for CUctxCigParam_st
Auto Trait Implementations§
impl Freeze for CUctxCigParam_st
impl RefUnwindSafe for CUctxCigParam_st
impl !Send for CUctxCigParam_st
impl !Sync for CUctxCigParam_st
impl Unpin for CUctxCigParam_st
impl UnwindSafe for CUctxCigParam_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