pub struct SizeRange {
pub min: Size,
pub max: Size,
pub h_step: u32,
pub v_step: u32,
}
Expand description
Represents libcamera::SizeRange
Fields§
§min: Size
§max: Size
§h_step: u32
§v_step: u32
Trait Implementations§
source§impl From<SizeRange> for libcamera_size_range_t
impl From<SizeRange> for libcamera_size_range_t
source§impl From<libcamera_size_range> for SizeRange
impl From<libcamera_size_range> for SizeRange
source§fn from(r: libcamera_size_range_t) -> Self
fn from(r: libcamera_size_range_t) -> Self
Converts to this type from the input type.
impl Copy for SizeRange
Auto Trait Implementations§
impl Freeze for SizeRange
impl RefUnwindSafe for SizeRange
impl Send for SizeRange
impl Sync for SizeRange
impl Unpin for SizeRange
impl UnwindSafe for SizeRange
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
)