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