pub struct DisplayBackgroundShape {
pub val: Option<bool>,
}
Fields§
§val: Option<bool>
Trait Implementations§
Source§impl Clone for DisplayBackgroundShape
impl Clone for DisplayBackgroundShape
Source§fn clone(&self) -> DisplayBackgroundShape
fn clone(&self) -> DisplayBackgroundShape
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 DisplayBackgroundShape
impl Debug for DisplayBackgroundShape
Source§impl Default for DisplayBackgroundShape
impl Default for DisplayBackgroundShape
Source§fn default() -> DisplayBackgroundShape
fn default() -> DisplayBackgroundShape
Returns the “default value” for a type. Read more
Source§impl<'__input> XmlRead<'__input> for DisplayBackgroundShape
impl<'__input> XmlRead<'__input> for DisplayBackgroundShape
Auto Trait Implementations§
impl Freeze for DisplayBackgroundShape
impl RefUnwindSafe for DisplayBackgroundShape
impl Send for DisplayBackgroundShape
impl Sync for DisplayBackgroundShape
impl Unpin for DisplayBackgroundShape
impl UnwindSafe for DisplayBackgroundShape
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