Struct IEnterprise_Vtbl
#[repr(C)]pub struct IEnterprise_Vtbl {
pub base__: IInspectable_Vtbl,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub WorkplaceId: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub EnrollmentValidFrom: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
pub EnrollmentValidTo: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
pub Status: unsafe extern "system" fn(_: *mut c_void, _: *mut EnterpriseStatus) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§WorkplaceId: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§EnrollmentValidFrom: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT
§EnrollmentValidTo: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT
§Status: unsafe extern "system" fn(_: *mut c_void, _: *mut EnterpriseStatus) -> HRESULT
Auto Trait Implementations§
impl Freeze for IEnterprise_Vtbl
impl RefUnwindSafe for IEnterprise_Vtbl
impl Send for IEnterprise_Vtbl
impl Sync for IEnterprise_Vtbl
impl Unpin for IEnterprise_Vtbl
impl UnwindSafe for IEnterprise_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