Struct libcamera_sys::libcamera_size_range
source · #[repr(C)]pub struct libcamera_size_range {
pub min: libcamera_size,
pub max: libcamera_size,
pub hStep: c_uint,
pub vStep: c_uint,
}
Fields§
§min: libcamera_size
§max: libcamera_size
§hStep: c_uint
§vStep: c_uint
Trait Implementations§
source§impl Clone for libcamera_size_range
impl Clone for libcamera_size_range
source§fn clone(&self) -> libcamera_size_range
fn clone(&self) -> libcamera_size_range
Returns a copy 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 libcamera_size_range
impl Debug for libcamera_size_range
impl Copy for libcamera_size_range
Auto Trait Implementations§
impl Freeze for libcamera_size_range
impl RefUnwindSafe for libcamera_size_range
impl Send for libcamera_size_range
impl Sync for libcamera_size_range
impl Unpin for libcamera_size_range
impl UnwindSafe for libcamera_size_range
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)