Struct windows_sys::Win32::Devices::Display::DRVFN
#[repr(C)]pub struct DRVFN {
pub iFunc: u32,
pub pfn: PFN,
}
Fields§
§iFunc: u32
§pfn: PFN
Trait Implementations§
Auto Trait Implementations§
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