Struct iw_point
#[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
fn clone(&self) -> iw_point
impl Copy for iw_point
impl Debug for iw_point
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for iw_point
impl Hash for iw_point
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for iw_point
fn eq(&self, other: &iw_point) -> bool
impl StructuralPartialEq for iw_point
Auto Trait Implementations
impl !Send for iw_point
impl !Sync for iw_point
impl Freeze for iw_point
impl RefUnwindSafe for iw_point
impl Unpin for iw_point
impl UnsafeUnpin for iw_point
impl UnwindSafe for iw_point
Blanket Implementations
impl<T> Any for iw_point
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for iw_point
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for iw_point
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for iw_point
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for iw_point
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for iw_point
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for iw_point
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for iw_point
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>