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