#[repr(C)]pub struct SBreakPathDrawerCommand {
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 SBreakPathDrawerCommand
impl Clone for SBreakPathDrawerCommand
Source§fn clone(&self) -> SBreakPathDrawerCommand
fn clone(&self) -> SBreakPathDrawerCommand
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 SBreakPathDrawerCommand
impl Debug for SBreakPathDrawerCommand
impl Copy for SBreakPathDrawerCommand
Auto Trait Implementations§
impl Freeze for SBreakPathDrawerCommand
impl RefUnwindSafe for SBreakPathDrawerCommand
impl !Send for SBreakPathDrawerCommand
impl !Sync for SBreakPathDrawerCommand
impl Unpin for SBreakPathDrawerCommand
impl UnwindSafe for SBreakPathDrawerCommand
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