Struct CUlaunchAttribute_st
#[repr(C)]pub struct CUlaunchAttribute_st {
pub id: CUlaunchAttributeID_enum,
pub pad: [i8; 4],
pub value: CUlaunchAttributeValue_union,
}Fields§
§id: CUlaunchAttributeID_enum§pad: [i8; 4]§value: CUlaunchAttributeValue_unionTrait Implementations§
§impl Clone for CUlaunchAttribute_st
impl Clone for CUlaunchAttribute_st
§fn clone(&self) -> CUlaunchAttribute_st
fn clone(&self) -> CUlaunchAttribute_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 CUlaunchAttribute_st
Auto Trait Implementations§
impl Freeze for CUlaunchAttribute_st
impl RefUnwindSafe for CUlaunchAttribute_st
impl !Send for CUlaunchAttribute_st
impl !Sync for CUlaunchAttribute_st
impl Unpin for CUlaunchAttribute_st
impl UnsafeUnpin for CUlaunchAttribute_st
impl UnwindSafe for CUlaunchAttribute_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