Struct windows_sys::Win32::System::Wmi::MI_SubscriptionDeliveryOptionsFT
[−]#[repr(C)]pub struct MI_SubscriptionDeliveryOptionsFT {Show 17 fields
pub SetString: isize,
pub SetNumber: isize,
pub SetDateTime: isize,
pub SetInterval: isize,
pub AddCredentials: isize,
pub Delete: isize,
pub GetString: isize,
pub GetNumber: isize,
pub GetDateTime: isize,
pub GetInterval: isize,
pub GetOptionCount: isize,
pub GetOptionAt: isize,
pub GetOption: isize,
pub GetCredentialsCount: isize,
pub GetCredentialsAt: isize,
pub GetCredentialsPasswordAt: isize,
pub Clone: isize,
}
Expand description
Required features: "Win32_System_Wmi"
Fields
SetString: isize
SetNumber: isize
SetDateTime: isize
SetInterval: isize
AddCredentials: isize
Delete: isize
GetString: isize
GetNumber: isize
GetDateTime: isize
GetInterval: isize
GetOptionCount: isize
GetOptionAt: isize
GetOption: isize
GetCredentialsCount: isize
GetCredentialsAt: isize
GetCredentialsPasswordAt: isize
Clone: isize
Trait Implementations
impl Clone for MI_SubscriptionDeliveryOptionsFT
impl Clone for MI_SubscriptionDeliveryOptionsFT
impl Copy for MI_SubscriptionDeliveryOptionsFT
Auto Trait Implementations
impl RefUnwindSafe for MI_SubscriptionDeliveryOptionsFT
impl Send for MI_SubscriptionDeliveryOptionsFT
impl Sync for MI_SubscriptionDeliveryOptionsFT
impl Unpin for MI_SubscriptionDeliveryOptionsFT
impl UnwindSafe for MI_SubscriptionDeliveryOptionsFT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more