Struct windows::UI::WindowManagement::WindowServices
pub struct WindowServices;
Implementations§
§impl WindowServices
impl WindowServices
pub fn FindAllTopLevelWindowIds() -> Result<IVectorView<WindowId>>
Auto Trait Implementations§
impl Freeze for WindowServices
impl RefUnwindSafe for WindowServices
impl Send for WindowServices
impl Sync for WindowServices
impl Unpin for WindowServices
impl UnwindSafe for WindowServices
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