#[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