[][src]Struct license::wxWindows

pub struct wxWindows;

The wxWindows Library License.

Trait Implementations

impl Clone for wxWindows[src]

impl Copy for wxWindows[src]

impl Debug for wxWindows[src]

impl Default for wxWindows[src]

impl Eq for wxWindows[src]

impl Hash for wxWindows[src]

impl License for wxWindows[src]

impl Ord for wxWindows[src]

impl PartialEq<wxWindows> for wxWindows[src]

impl PartialOrd<wxWindows> for wxWindows[src]

impl StructuralEq for wxWindows[src]

impl StructuralPartialEq for wxWindows[src]

Auto Trait Implementations

impl Send for wxWindows

impl Sync for wxWindows

impl Unpin for wxWindows

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, 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.