#[repr(C)]pub struct AdwWindowTitle { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AdwWindowTitle
impl RefUnwindSafe for AdwWindowTitle
impl !Send for AdwWindowTitle
impl !Sync for AdwWindowTitle
impl !Unpin for AdwWindowTitle
impl UnwindSafe for AdwWindowTitle
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