Struct windows::Win32::System::Wmi::MI_ClientFT_V1
#[repr(C)]pub struct MI_ClientFT_V1 {
pub applicationFT: *const MI_ApplicationFT,
pub sessionFT: *const MI_SessionFT,
pub operationFT: *const MI_OperationFT,
pub hostedProviderFT: *const MI_HostedProviderFT,
pub serializerFT: *const MI_SerializerFT,
pub deserializerFT: *const MI_DeserializerFT,
pub subscribeDeliveryOptionsFT: *const MI_SubscriptionDeliveryOptionsFT,
pub destinationOptionsFT: *const MI_DestinationOptionsFT,
pub operationOptionsFT: *const MI_OperationOptionsFT,
pub utilitiesFT: *const MI_UtilitiesFT,
}
Fields§
§applicationFT: *const MI_ApplicationFT
§sessionFT: *const MI_SessionFT
§operationFT: *const MI_OperationFT
§hostedProviderFT: *const MI_HostedProviderFT
§serializerFT: *const MI_SerializerFT
§deserializerFT: *const MI_DeserializerFT
§subscribeDeliveryOptionsFT: *const MI_SubscriptionDeliveryOptionsFT
§destinationOptionsFT: *const MI_DestinationOptionsFT
§operationOptionsFT: *const MI_OperationOptionsFT
§utilitiesFT: *const MI_UtilitiesFT
Trait Implementations§
§impl Clone for MI_ClientFT_V1
impl Clone for MI_ClientFT_V1
§fn clone(&self) -> MI_ClientFT_V1
fn clone(&self) -> MI_ClientFT_V1
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MI_ClientFT_V1
impl Debug for MI_ClientFT_V1
§impl Default for MI_ClientFT_V1
impl Default for MI_ClientFT_V1
§impl PartialEq for MI_ClientFT_V1
impl PartialEq for MI_ClientFT_V1
§fn eq(&self, other: &MI_ClientFT_V1) -> bool
fn eq(&self, other: &MI_ClientFT_V1) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MI_ClientFT_V1
impl Eq for MI_ClientFT_V1
impl StructuralPartialEq for MI_ClientFT_V1
Auto Trait Implementations§
impl Freeze for MI_ClientFT_V1
impl RefUnwindSafe for MI_ClientFT_V1
impl !Send for MI_ClientFT_V1
impl !Sync for MI_ClientFT_V1
impl Unpin for MI_ClientFT_V1
impl UnwindSafe for MI_ClientFT_V1
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)