#[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_t§in_mwavefront_gap: *mut affine_wavefront_t§in_iwavefront_ext: *mut affine_wavefront_t§in_dwavefront_ext: *mut affine_wavefront_t§out_mwavefront: *mut affine_wavefront_t§out_iwavefront: *mut affine_wavefront_t§out_dwavefront: *mut affine_wavefront_tTrait Implementations§
Source§impl Clone for affine_wavefront_set
impl Clone for affine_wavefront_set
Source§fn clone(&self) -> affine_wavefront_set
fn clone(&self) -> affine_wavefront_set
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for affine_wavefront_set
impl Debug for affine_wavefront_set
impl Copy for affine_wavefront_set
Auto Trait Implementations§
impl Freeze for affine_wavefront_set
impl RefUnwindSafe for affine_wavefront_set
impl !Send for affine_wavefront_set
impl !Sync for affine_wavefront_set
impl Unpin for affine_wavefront_set
impl UnsafeUnpin for affine_wavefront_set
impl UnwindSafe for affine_wavefront_set
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more