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