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