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