pub struct IntHandler {
pub ebx_int_handler: u32,
}
Fields§
§ebx_int_handler: u32
Auto Trait Implementations§
impl Freeze for IntHandler
impl RefUnwindSafe for IntHandler
impl Send for IntHandler
impl Sync for IntHandler
impl Unpin for IntHandler
impl UnwindSafe for IntHandler
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