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