Struct windows::Graphics::Display::IDisplayServicesStatics_Vtbl
#[repr(C)]pub struct IDisplayServicesStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub FindAll: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut DisplayId) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§FindAll: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut DisplayId) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDisplayServicesStatics_Vtbl
impl RefUnwindSafe for IDisplayServicesStatics_Vtbl
impl Send for IDisplayServicesStatics_Vtbl
impl Sync for IDisplayServicesStatics_Vtbl
impl Unpin for IDisplayServicesStatics_Vtbl
impl UnwindSafe for IDisplayServicesStatics_Vtbl
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