Struct windows_sys::UI::WindowId
[−]#[repr(C)]pub struct WindowId {
pub Value: u64,
}
Expand description
Required features: "UI"
Fields
Value: u64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WindowId
impl Send for WindowId
impl Sync for WindowId
impl Unpin for WindowId
impl UnwindSafe for WindowId
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