Struct ICurrentWorkingDirectory_Vtbl
#[repr(C)]pub struct ICurrentWorkingDirectory_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetDirectory: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32) -> HRESULT,
pub SetDirectory: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetDirectory: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32) -> HRESULT
§SetDirectory: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl ICurrentWorkingDirectory_Vtbl
impl ICurrentWorkingDirectory_Vtbl
pub const fn new<Identity: ICurrentWorkingDirectory_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICurrentWorkingDirectory_Vtbl
impl RefUnwindSafe for ICurrentWorkingDirectory_Vtbl
impl Send for ICurrentWorkingDirectory_Vtbl
impl Sync for ICurrentWorkingDirectory_Vtbl
impl Unpin for ICurrentWorkingDirectory_Vtbl
impl UnwindSafe for ICurrentWorkingDirectory_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