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