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