Struct windows_sys::Win32::System::Wmi::MI_DestinationOptionsFT
[−]#[repr(C)]pub struct MI_DestinationOptionsFT {Show 15 fields
pub Delete: isize,
pub SetString: isize,
pub SetNumber: isize,
pub AddCredentials: isize,
pub GetString: isize,
pub GetNumber: isize,
pub GetOptionCount: isize,
pub GetOptionAt: isize,
pub GetOption: isize,
pub GetCredentialsCount: isize,
pub GetCredentialsAt: isize,
pub GetCredentialsPasswordAt: isize,
pub Clone: isize,
pub SetInterval: isize,
pub GetInterval: isize,
}
Expand description
Required features: "Win32_System_Wmi"
Fields
Delete: isize
SetString: isize
SetNumber: isize
AddCredentials: isize
GetString: isize
GetNumber: isize
GetOptionCount: isize
GetOptionAt: isize
GetOption: isize
GetCredentialsCount: isize
GetCredentialsAt: isize
GetCredentialsPasswordAt: isize
Clone: isize
SetInterval: isize
GetInterval: isize
Trait Implementations
impl Clone for MI_DestinationOptionsFT
impl Clone for MI_DestinationOptionsFT
impl Copy for MI_DestinationOptionsFT
Auto Trait Implementations
impl RefUnwindSafe for MI_DestinationOptionsFT
impl Send for MI_DestinationOptionsFT
impl Sync for MI_DestinationOptionsFT
impl Unpin for MI_DestinationOptionsFT
impl UnwindSafe for MI_DestinationOptionsFT
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