Struct IFileSystemBindData2_Vtbl
#[repr(C)]pub struct IFileSystemBindData2_Vtbl {
pub base__: IFileSystemBindData_Vtbl,
pub SetFileID: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub GetFileID: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT,
pub SetJunctionCLSID: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
pub GetJunctionCLSID: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
}
Fields§
§base__: IFileSystemBindData_Vtbl
§SetFileID: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§GetFileID: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT
§SetJunctionCLSID: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT
§GetJunctionCLSID: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
Implementations§
§impl IFileSystemBindData2_Vtbl
impl IFileSystemBindData2_Vtbl
pub const fn new<Identity: IFileSystemBindData2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFileSystemBindData2_Vtbl
impl RefUnwindSafe for IFileSystemBindData2_Vtbl
impl Send for IFileSystemBindData2_Vtbl
impl Sync for IFileSystemBindData2_Vtbl
impl Unpin for IFileSystemBindData2_Vtbl
impl UnwindSafe for IFileSystemBindData2_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