pub struct PictureLocking {
pub locking: Locking,
pub no_crop: Option<bool>,
}
Fields§
§locking: Locking
§no_crop: Option<bool>
Specifies that the generating application should not allow cropping for the corresponding picture. If this attribute is not specified, then a value of false is assumed.
Defaults to false
Implementations§
Source§impl PictureLocking
impl PictureLocking
pub fn from_xml_element(xml_node: &XmlNode) -> Result<Self>
Trait Implementations§
Source§impl Clone for PictureLocking
impl Clone for PictureLocking
Source§fn clone(&self) -> PictureLocking
fn clone(&self) -> PictureLocking
Returns a copy 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 PictureLocking
impl Debug for PictureLocking
Source§impl Default for PictureLocking
impl Default for PictureLocking
Source§fn default() -> PictureLocking
fn default() -> PictureLocking
Returns the “default value” for a type. Read more
Source§impl PartialEq for PictureLocking
impl PartialEq for PictureLocking
impl StructuralPartialEq for PictureLocking
Auto Trait Implementations§
impl Freeze for PictureLocking
impl RefUnwindSafe for PictureLocking
impl Send for PictureLocking
impl Sync for PictureLocking
impl Unpin for PictureLocking
impl UnwindSafe for PictureLocking
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