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