#[repr(C)]pub struct spPathAttachment {
pub super_: spVertexAttachment,
pub lengthsLength: i32,
pub lengths: *mut f32,
pub closed: i32,
pub constantSpeed: i32,
}Fields§
§super_: spVertexAttachment§lengthsLength: i32§lengths: *mut f32§closed: i32§constantSpeed: i32Trait Implementations§
Source§impl Clone for spPathAttachment
impl Clone for spPathAttachment
Source§fn clone(&self) -> spPathAttachment
fn clone(&self) -> spPathAttachment
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 spPathAttachment
impl Debug for spPathAttachment
impl Copy for spPathAttachment
Auto Trait Implementations§
impl Freeze for spPathAttachment
impl RefUnwindSafe for spPathAttachment
impl !Send for spPathAttachment
impl !Sync for spPathAttachment
impl Unpin for spPathAttachment
impl UnsafeUnpin for spPathAttachment
impl UnwindSafe for spPathAttachment
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