pub struct NonVisualGraphicFrameDrawingProperties {}Trait Implementations§
Source§impl Clone for NonVisualGraphicFrameDrawingProperties
impl Clone for NonVisualGraphicFrameDrawingProperties
Source§fn clone(&self) -> NonVisualGraphicFrameDrawingProperties
fn clone(&self) -> NonVisualGraphicFrameDrawingProperties
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 NonVisualGraphicFrameDrawingProperties
impl Default for NonVisualGraphicFrameDrawingProperties
Source§fn default() -> NonVisualGraphicFrameDrawingProperties
fn default() -> NonVisualGraphicFrameDrawingProperties
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NonVisualGraphicFrameDrawingProperties
impl RefUnwindSafe for NonVisualGraphicFrameDrawingProperties
impl Send for NonVisualGraphicFrameDrawingProperties
impl Sync for NonVisualGraphicFrameDrawingProperties
impl Unpin for NonVisualGraphicFrameDrawingProperties
impl UnwindSafe for NonVisualGraphicFrameDrawingProperties
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