#[repr(C)]pub struct SDrawLineAndIconPathDrawerCommand {
pub cmdId: c_int,
pub endPos_posF3: *mut f32,
pub color_colorS3: *mut c_short,
pub alpha: c_short,
}
Fields§
§cmdId: c_int
§endPos_posF3: *mut f32
§color_colorS3: *mut c_short
§alpha: c_short
Trait Implementations§
Source§impl Clone for SDrawLineAndIconPathDrawerCommand
impl Clone for SDrawLineAndIconPathDrawerCommand
Source§fn clone(&self) -> SDrawLineAndIconPathDrawerCommand
fn clone(&self) -> SDrawLineAndIconPathDrawerCommand
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 SDrawLineAndIconPathDrawerCommand
Auto Trait Implementations§
impl Freeze for SDrawLineAndIconPathDrawerCommand
impl RefUnwindSafe for SDrawLineAndIconPathDrawerCommand
impl !Send for SDrawLineAndIconPathDrawerCommand
impl !Sync for SDrawLineAndIconPathDrawerCommand
impl Unpin for SDrawLineAndIconPathDrawerCommand
impl UnwindSafe for SDrawLineAndIconPathDrawerCommand
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