Struct iwlib_sys::iw_point[][src]

#[repr(C)]pub struct iw_point {
    pub pointer: *mut c_void,
    pub length: __u16,
    pub flags: __u16,
}

Fields

pointer: *mut c_voidlength: __u16flags: __u16

Trait Implementations

impl Clone for iw_point[src]

impl Copy for iw_point[src]

impl Debug for iw_point[src]

impl Default for iw_point[src]

Auto Trait Implementations

impl RefUnwindSafe for iw_point

impl !Send for iw_point

impl !Sync for iw_point

impl Unpin for iw_point

impl UnwindSafe for iw_point

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.