pub enum ImageScope {}Expand description
Marker for scopes that display an image
Trait Implementations§
source§impl ScopeKind for ImageScope
impl ScopeKind for ImageScope
fn window_size() -> (f32, f32)
impl ImageScopeKind for ImageScope
Auto Trait Implementations§
impl RefUnwindSafe for ImageScope
impl Send for ImageScope
impl Sync for ImageScope
impl Unpin for ImageScope
impl UnwindSafe for ImageScope
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