pub struct GroupShapeProperties { /* private fields */ }Implementations§
Source§impl GroupShapeProperties
impl GroupShapeProperties
pub fn get_transform2d(&self) -> Option<&Transform2D>
pub fn get_transform2d_mut(&mut self) -> Option<&mut Transform2D>
pub fn set_transform2d(&mut self, value: Transform2D) -> &mut Self
Trait Implementations§
Source§impl Clone for GroupShapeProperties
impl Clone for GroupShapeProperties
Source§fn clone(&self) -> GroupShapeProperties
fn clone(&self) -> GroupShapeProperties
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 GroupShapeProperties
impl Debug for GroupShapeProperties
Source§impl Default for GroupShapeProperties
impl Default for GroupShapeProperties
Source§fn default() -> GroupShapeProperties
fn default() -> GroupShapeProperties
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GroupShapeProperties
impl RefUnwindSafe for GroupShapeProperties
impl Send for GroupShapeProperties
impl Sync for GroupShapeProperties
impl Unpin for GroupShapeProperties
impl UnwindSafe for GroupShapeProperties
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