Struct IPlayReadyDomainLeaveServiceRequest_Vtbl
#[repr(C)]pub struct IPlayReadyDomainLeaveServiceRequest_Vtbl {
pub base__: IInspectable_Vtbl,
pub DomainAccountId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub SetDomainAccountId: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT,
pub DomainServiceId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub SetDomainServiceId: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§DomainAccountId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§SetDomainAccountId: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT
§DomainServiceId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§SetDomainServiceId: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPlayReadyDomainLeaveServiceRequest_Vtbl
impl RefUnwindSafe for IPlayReadyDomainLeaveServiceRequest_Vtbl
impl Send for IPlayReadyDomainLeaveServiceRequest_Vtbl
impl Sync for IPlayReadyDomainLeaveServiceRequest_Vtbl
impl Unpin for IPlayReadyDomainLeaveServiceRequest_Vtbl
impl UnwindSafe for IPlayReadyDomainLeaveServiceRequest_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