pub struct ImageLoad {
pub quiet: Option<bool>,
}
Available on crate feature
v4
only.Fields§
§quiet: Option<bool>
not supported
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImageLoad
impl RefUnwindSafe for ImageLoad
impl Send for ImageLoad
impl Sync for ImageLoad
impl Unpin for ImageLoad
impl UnwindSafe for ImageLoad
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