pub struct GroupShape { /* private fields */ }Implementations§
Source§impl GroupShape
impl GroupShape
pub fn non_visual_group_shape_properties( &self, ) -> &NonVisualGroupShapeProperties
pub fn get_non_visual_group_shape_properties( &self, ) -> &NonVisualGroupShapeProperties
👎Deprecated since 3.0.0:
Use non_visual_group_shape_properties()
pub fn non_visual_group_shape_properties_mut( &mut self, ) -> &mut NonVisualGroupShapeProperties
pub fn get_non_visual_group_shape_properties_mut( &mut self, ) -> &mut NonVisualGroupShapeProperties
👎Deprecated since 3.0.0:
Use non_visual_group_shape_properties_mut()
pub fn set_non_visual_group_shape_properties( &mut self, value: NonVisualGroupShapeProperties, )
pub fn group_shape_properties(&self) -> &GroupShapeProperties
pub fn get_group_shape_properties(&self) -> &GroupShapeProperties
👎Deprecated since 3.0.0:
Use group_shape_properties()
pub fn group_shape_properties_mut(&mut self) -> &mut GroupShapeProperties
pub fn get_group_shape_properties_mut(&mut self) -> &mut GroupShapeProperties
👎Deprecated since 3.0.0:
Use group_shape_properties_mut()
pub fn set_group_shape_properties(&mut self, value: GroupShapeProperties)
pub fn picture_collection(&self) -> &[Picture]
pub fn get_picture_collection(&self) -> &[Picture]
👎Deprecated since 3.0.0:
Use picture_collection()
pub fn picture_collection_mut(&mut self) -> &mut Vec<Picture>
pub fn get_picture_collection_mut(&mut self) -> &mut Vec<Picture>
👎Deprecated since 3.0.0:
Use picture_collection_mut()
pub fn add_picture_collection(&mut self, value: Picture)
pub fn shape_collection(&self) -> &[Shape]
pub fn get_shape_collection(&self) -> &[Shape]
👎Deprecated since 3.0.0:
Use shape_collection()
pub fn shape_collection_mut(&mut self) -> &mut Vec<Shape>
pub fn get_shape_collection_mut(&mut self) -> &mut Vec<Shape>
👎Deprecated since 3.0.0:
Use shape_collection_mut()
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 (const: unstable) · 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 UnsafeUnpin 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