pub struct InsertImageOptions {
pub overlay: bool,
pub opacity: Option<f32>,
pub optional_content: Option<OptionalContentRef>,
}Fields§
§overlay: bool§opacity: Option<f32>§optional_content: Option<OptionalContentRef>Trait Implementations§
Source§impl Clone for InsertImageOptions
impl Clone for InsertImageOptions
Source§fn clone(&self) -> InsertImageOptions
fn clone(&self) -> InsertImageOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InsertImageOptions
Source§impl Debug for InsertImageOptions
impl Debug for InsertImageOptions
Source§impl Default for InsertImageOptions
impl Default for InsertImageOptions
Source§impl PartialEq for InsertImageOptions
impl PartialEq for InsertImageOptions
Source§fn eq(&self, other: &InsertImageOptions) -> bool
fn eq(&self, other: &InsertImageOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InsertImageOptions
Auto Trait Implementations§
impl Freeze for InsertImageOptions
impl RefUnwindSafe for InsertImageOptions
impl Send for InsertImageOptions
impl Sync for InsertImageOptions
impl Unpin for InsertImageOptions
impl UnsafeUnpin for InsertImageOptions
impl UnwindSafe for InsertImageOptions
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