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