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