#[repr(C)]pub struct pyramid {
pub N_PX_LENSLET: c_int,
pub N_SIDE_LENSLET: c_int,
pub modulation: f32,
pub modulation_sampling: c_int,
pub camera: imaging,
pub alpha: f32,
}Fields§
§N_PX_LENSLET: c_int§N_SIDE_LENSLET: c_int§modulation: f32§modulation_sampling: c_int§camera: imaging§alpha: f32Implementations§
Trait Implementations§
impl Copy for pyramid
impl Send for pyramid
Auto Trait Implementations§
impl Freeze for pyramid
impl RefUnwindSafe for pyramid
impl !Sync for pyramid
impl Unpin for pyramid
impl UnsafeUnpin for pyramid
impl UnwindSafe for pyramid
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