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