pub struct DesktopFrame { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for DesktopFrame
impl RefUnwindSafe for DesktopFrame
impl !Send for DesktopFrame
impl !Sync for DesktopFrame
impl Unpin for DesktopFrame
impl UnsafeUnpin for DesktopFrame
impl UnwindSafe for DesktopFrame
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