Struct windows_sys::Win32::System::WinRT::DispatcherQueueOptions
[−]#[repr(C)]pub struct DispatcherQueueOptions {
pub dwSize: u32,
pub threadType: DISPATCHERQUEUE_THREAD_TYPE,
pub apartmentType: DISPATCHERQUEUE_THREAD_APARTMENTTYPE,
}
Expand description
Required features: "Win32_System_WinRT"
Fields
dwSize: u32
threadType: DISPATCHERQUEUE_THREAD_TYPE
apartmentType: DISPATCHERQUEUE_THREAD_APARTMENTTYPE
Trait Implementations
impl Clone for DispatcherQueueOptions
impl Clone for DispatcherQueueOptions
impl Copy for DispatcherQueueOptions
Auto Trait Implementations
impl RefUnwindSafe for DispatcherQueueOptions
impl Send for DispatcherQueueOptions
impl Sync for DispatcherQueueOptions
impl Unpin for DispatcherQueueOptions
impl UnwindSafe for DispatcherQueueOptions
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