pub struct Point {
pub x: i32,
pub y: i32,
}
Expand description
Represents libcamera::Point
Fields§
§x: i32
§y: i32
Trait Implementations§
source§impl From<libcamera_point> for Point
impl From<libcamera_point> for Point
source§fn from(p: libcamera_point_t) -> Self
fn from(p: libcamera_point_t) -> Self
Converts to this type from the input type.
impl Copy for Point
Auto Trait Implementations§
impl Freeze for Point
impl RefUnwindSafe for Point
impl Send for Point
impl Sync for Point
impl Unpin for Point
impl UnwindSafe for Point
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
)