#[repr(C)]pub struct libcamera_rectangle {
pub x: c_int,
pub y: c_int,
pub width: c_uint,
pub height: c_uint,
}
Fields§
§x: c_int
§y: c_int
§width: c_uint
§height: c_uint
Trait Implementations§
Source§impl Clone for libcamera_rectangle
impl Clone for libcamera_rectangle
Source§fn clone(&self) -> libcamera_rectangle
fn clone(&self) -> libcamera_rectangle
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_rectangle
impl Debug for libcamera_rectangle
impl Copy for libcamera_rectangle
Auto Trait Implementations§
impl Freeze for libcamera_rectangle
impl RefUnwindSafe for libcamera_rectangle
impl Send for libcamera_rectangle
impl Sync for libcamera_rectangle
impl Unpin for libcamera_rectangle
impl UnwindSafe for libcamera_rectangle
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