Struct DRVFN
#[repr(C)]pub struct DRVFN {
pub iFunc: u32,
pub pfn: PFN,
}
Fields§
§iFunc: u32
§pfn: PFN
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DRVFN
impl RefUnwindSafe for DRVFN
impl Send for DRVFN
impl Sync for DRVFN
impl Unpin for DRVFN
impl UnwindSafe for DRVFN
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