pub enum ImageScope {}Expand description
Marker for scopes that display an image
Trait Implementations§
Source§impl Debug for ImageScope
impl Debug for ImageScope
Source§impl ScopeKind for ImageScope
impl ScopeKind for ImageScope
fn window_size() -> (f32, f32)
impl ImageScopeKind for ImageScope
Auto Trait Implementations§
impl Freeze for ImageScope
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