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