Struct windows_sys::Win32::System::Wmi::MI_DestinationOptions
#[repr(C)]pub struct MI_DestinationOptions {
pub reserved1: u64,
pub reserved2: isize,
pub ft: *const MI_DestinationOptionsFT,
}
Fields§
§reserved1: u64
§reserved2: isize
§ft: *const MI_DestinationOptionsFT
Trait Implementations§
§impl Clone for MI_DestinationOptions
impl Clone for MI_DestinationOptions
impl Copy for MI_DestinationOptions
Auto Trait Implementations§
impl RefUnwindSafe for MI_DestinationOptions
impl !Send for MI_DestinationOptions
impl !Sync for MI_DestinationOptions
impl Unpin for MI_DestinationOptions
impl UnwindSafe for MI_DestinationOptions
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