#[repr(C)]pub struct cbw_Event {
pub callback: cbw_EventCallbackFn,
pub data: *mut c_void,
}
Fields§
§callback: cbw_EventCallbackFn
§data: *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl Freeze for cbw_Event
impl RefUnwindSafe for cbw_Event
impl !Send for cbw_Event
impl !Sync for cbw_Event
impl Unpin for cbw_Event
impl UnwindSafe for cbw_Event
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