[][src]Struct libwfa::bindings::affine_wavefront_set

#[repr(C)]pub struct affine_wavefront_set {
    pub in_mwavefront_sub: *mut affine_wavefront_t,
    pub in_mwavefront_gap: *mut affine_wavefront_t,
    pub in_iwavefront_ext: *mut affine_wavefront_t,
    pub in_dwavefront_ext: *mut affine_wavefront_t,
    pub out_mwavefront: *mut affine_wavefront_t,
    pub out_iwavefront: *mut affine_wavefront_t,
    pub out_dwavefront: *mut affine_wavefront_t,
}

Fields

in_mwavefront_sub: *mut affine_wavefront_tin_mwavefront_gap: *mut affine_wavefront_tin_iwavefront_ext: *mut affine_wavefront_tin_dwavefront_ext: *mut affine_wavefront_tout_mwavefront: *mut affine_wavefront_tout_iwavefront: *mut affine_wavefront_tout_dwavefront: *mut affine_wavefront_t

Trait Implementations

impl Clone for affine_wavefront_set[src]

impl Copy for affine_wavefront_set[src]

impl Debug for affine_wavefront_set[src]

Auto Trait Implementations

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.