pub struct Clap {
pub clean_aperture_width_n: u32,
pub clean_aperture_width_d: u32,
pub clean_aperture_height_n: u32,
pub clean_aperture_height_d: u32,
pub horiz_off_n: i32,
pub horiz_off_d: u32,
pub vert_off_n: i32,
pub vert_off_d: u32,
}Fields§
§clean_aperture_width_n: u32§clean_aperture_width_d: u32§clean_aperture_height_n: u32§clean_aperture_height_d: u32§horiz_off_n: i32§horiz_off_d: u32§vert_off_n: i32§vert_off_d: u32Trait Implementations§
impl Eq for Clap
impl StructuralPartialEq for Clap
Auto Trait Implementations§
impl Freeze for Clap
impl RefUnwindSafe for Clap
impl Send for Clap
impl Sync for Clap
impl Unpin for Clap
impl UnwindSafe for Clap
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