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