Struct HAL_CALLBACKS
#[repr(C)]pub struct HAL_CALLBACKS {
pub SetSystemInformation: PCALLBACK_OBJECT,
pub BusCheck: PCALLBACK_OBJECT,
}
Fields§
§SetSystemInformation: PCALLBACK_OBJECT
§BusCheck: PCALLBACK_OBJECT
Trait Implementations§
§impl Clone for HAL_CALLBACKS
impl Clone for HAL_CALLBACKS
§fn clone(&self) -> HAL_CALLBACKS
fn clone(&self) -> HAL_CALLBACKS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for HAL_CALLBACKS
Auto Trait Implementations§
impl Freeze for HAL_CALLBACKS
impl RefUnwindSafe for HAL_CALLBACKS
impl Send for HAL_CALLBACKS
impl Sync for HAL_CALLBACKS
impl Unpin for HAL_CALLBACKS
impl UnwindSafe for HAL_CALLBACKS
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