#[repr(C)]pub struct spPathAttachment {
pub super_: spVertexAttachment,
pub lengthsLength: c_int,
pub lengths: *mut f32,
pub closed: c_int,
pub constantSpeed: c_int,
}Fields§
§super_: spVertexAttachment§lengthsLength: c_int§lengths: *mut f32§closed: c_int§constantSpeed: c_intTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for spPathAttachment
Auto Trait Implementations§
impl !Send for spPathAttachment
impl !Sync for spPathAttachment
impl Freeze for spPathAttachment
impl RefUnwindSafe 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