#[repr(C)]pub struct ClutterPathNode {
pub type_: ClutterPathNodeType,
pub points: [ClutterKnot; 3],
}
Fields§
§type_: ClutterPathNodeType
§points: [ClutterKnot; 3]
Trait Implementations§
Source§impl Clone for ClutterPathNode
impl Clone for ClutterPathNode
Source§fn clone(&self) -> ClutterPathNode
fn clone(&self) -> ClutterPathNode
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 ClutterPathNode
impl Debug for ClutterPathNode
impl Copy for ClutterPathNode
Auto Trait Implementations§
impl Freeze for ClutterPathNode
impl RefUnwindSafe for ClutterPathNode
impl Send for ClutterPathNode
impl Sync for ClutterPathNode
impl Unpin for ClutterPathNode
impl UnwindSafe for ClutterPathNode
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