Struct windows::Devices::Enumeration::IEnclosureLocation_Vtbl
#[repr(C)]pub struct IEnclosureLocation_Vtbl {
pub base__: IInspectable_Vtbl,
pub InDock: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub InLid: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Panel: unsafe extern "system" fn(_: *mut c_void, _: *mut Panel) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§InDock: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§InLid: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§Panel: unsafe extern "system" fn(_: *mut c_void, _: *mut Panel) -> HRESULT
Auto Trait Implementations§
impl Freeze for IEnclosureLocation_Vtbl
impl RefUnwindSafe for IEnclosureLocation_Vtbl
impl Send for IEnclosureLocation_Vtbl
impl Sync for IEnclosureLocation_Vtbl
impl Unpin for IEnclosureLocation_Vtbl
impl UnwindSafe for IEnclosureLocation_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