pub enum Layered {}Available on crate feature
ui only.Trait Implementations§
impl WindowSubtype for Layered
Auto Trait Implementations§
impl Freeze for Layered
impl RefUnwindSafe for Layered
impl Send for Layered
impl Sync for Layered
impl Unpin for Layered
impl UnwindSafe for Layered
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