#[repr(C)]pub struct spPointAttachment {
pub super_: spAttachment,
pub x: f32,
pub y: f32,
pub rotation: f32,
pub color: spColor,
}Fields§
§super_: spAttachment§x: f32§y: f32§rotation: f32§color: spColorTrait Implementations§
Source§impl Clone for spPointAttachment
impl Clone for spPointAttachment
Source§fn clone(&self) -> spPointAttachment
fn clone(&self) -> spPointAttachment
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 spPointAttachment
Auto Trait Implementations§
impl !Send for spPointAttachment
impl !Sync for spPointAttachment
impl Freeze for spPointAttachment
impl RefUnwindSafe for spPointAttachment
impl Unpin for spPointAttachment
impl UnsafeUnpin for spPointAttachment
impl UnwindSafe for spPointAttachment
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