#[repr(C)]pub struct libraw_sensor_highspeed_crop_t {
pub cleft: ushort,
pub ctop: ushort,
pub cwidth: ushort,
pub cheight: ushort,
}Fields§
§cleft: ushort§ctop: ushort§cwidth: ushort§cheight: ushortTrait Implementations§
Source§impl Clone for libraw_sensor_highspeed_crop_t
impl Clone for libraw_sensor_highspeed_crop_t
Source§fn clone(&self) -> libraw_sensor_highspeed_crop_t
fn clone(&self) -> libraw_sensor_highspeed_crop_t
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 PartialEq for libraw_sensor_highspeed_crop_t
impl PartialEq for libraw_sensor_highspeed_crop_t
Source§fn eq(&self, other: &libraw_sensor_highspeed_crop_t) -> bool
fn eq(&self, other: &libraw_sensor_highspeed_crop_t) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for libraw_sensor_highspeed_crop_t
impl Eq for libraw_sensor_highspeed_crop_t
impl StructuralPartialEq for libraw_sensor_highspeed_crop_t
Auto Trait Implementations§
impl Freeze for libraw_sensor_highspeed_crop_t
impl RefUnwindSafe for libraw_sensor_highspeed_crop_t
impl Send for libraw_sensor_highspeed_crop_t
impl Sync for libraw_sensor_highspeed_crop_t
impl Unpin for libraw_sensor_highspeed_crop_t
impl UnwindSafe for libraw_sensor_highspeed_crop_t
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