Enum gmt_dos_clients_scope::GmtScope
source · pub enum GmtScope {}Expand description
Marker for scopes that display an image with a mask applied to it
Trait Implementations§
impl ImageScopeKind for GmtScope
Auto Trait Implementations§
impl RefUnwindSafe for GmtScope
impl Send for GmtScope
impl Sync for GmtScope
impl Unpin for GmtScope
impl UnwindSafe for GmtScope
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