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