[][src]Struct x11nas::xrender::_XTrap

#[repr(C)]pub struct _XTrap {
    pub top: XSpanFix,
    pub bottom: XSpanFix,
}

Fields

top: XSpanFixbottom: XSpanFix

Trait Implementations

impl Clone for _XTrap[src]

impl Copy for _XTrap[src]

impl Debug for _XTrap[src]

impl PartialEq<_XTrap> for _XTrap[src]

impl StructuralPartialEq for _XTrap[src]

Auto Trait Implementations

impl RefUnwindSafe for _XTrap

impl Send for _XTrap

impl Sync for _XTrap

impl Unpin for _XTrap

impl UnwindSafe for _XTrap

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.