Struct glutin::platform::unix::x11::WindowId [−][src]
pub struct WindowId(_);
Implementations
impl WindowId
[src][−]
Trait Implementations
impl Clone for WindowId
[src][+]
impl Copy for WindowId
[src]
impl Debug for WindowId
[src][+]
impl Eq for WindowId
[src]
impl Hash for WindowId
[src][+]
impl Ord for WindowId
[src][+]
impl PartialEq<WindowId> for WindowId
[src][+]
impl PartialOrd<WindowId> for WindowId
[src][+]
impl StructuralEq for WindowId
[src]
impl StructuralPartialEq for WindowId
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,