pub struct GroupShape { /* private fields */ }Implementations§
Source§impl GroupShape
impl GroupShape
pub fn get_non_visual_group_shape_properties( &self, ) -> &NonVisualGroupShapeProperties
pub fn get_non_visual_group_shape_properties_mut( &mut self, ) -> &mut NonVisualGroupShapeProperties
pub fn set_non_visual_group_shape_properties( &mut self, value: NonVisualGroupShapeProperties, )
pub fn get_group_shape_properties(&self) -> &GroupShapeProperties
pub fn get_group_shape_properties_mut(&mut self) -> &mut GroupShapeProperties
pub fn set_group_shape_properties(&mut self, value: GroupShapeProperties)
pub fn get_picture_collection(&self) -> &[Picture]
pub fn get_picture_collection_mut(&mut self) -> &mut ThinVec<Picture>
pub fn add_picture_collection(&mut self, value: Picture)
pub fn get_shape_collection(&self) -> &[Shape]
pub fn get_shape_collection_mut(&mut self) -> &mut ThinVec<Shape>
pub fn add_shape_collection(&mut self, value: Shape)
Trait Implementations§
Source§impl Clone for GroupShape
impl Clone for GroupShape
Source§fn clone(&self) -> GroupShape
fn clone(&self) -> GroupShape
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 GroupShape
impl Debug for GroupShape
Source§impl Default for GroupShape
impl Default for GroupShape
Source§fn default() -> GroupShape
fn default() -> GroupShape
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GroupShape
impl RefUnwindSafe for GroupShape
impl Send for GroupShape
impl Sync for GroupShape
impl Unpin for GroupShape
impl UnwindSafe for GroupShape
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