Struct IADsFileService_Vtbl
#[repr(C)]pub struct IADsFileService_Vtbl {
pub base__: IADsService_Vtbl,
pub Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub MaxUserCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetMaxUserCount: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
}
Fields§
§base__: IADsService_Vtbl
§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§MaxUserCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetMaxUserCount: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
Implementations§
§impl IADsFileService_Vtbl
impl IADsFileService_Vtbl
pub const fn new<Identity: IADsFileService_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IADsFileService_Vtbl
impl RefUnwindSafe for IADsFileService_Vtbl
impl Send for IADsFileService_Vtbl
impl Sync for IADsFileService_Vtbl
impl Unpin for IADsFileService_Vtbl
impl UnwindSafe for IADsFileService_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