#[repr(C)]pub struct CUlaunchAttribute_st {
pub id: CUlaunchAttributeID,
pub pad: [c_char; 4],
pub value: CUlaunchAttributeValue,
}
Expand description
Launch attribute
Fields§
§id: CUlaunchAttributeID
< Attribute to set
pad: [c_char; 4]
§value: CUlaunchAttributeValue
< Value of the attribute
Trait Implementations§
Source§impl Clone for CUlaunchAttribute_st
impl Clone for CUlaunchAttribute_st
Source§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 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