#[repr(C)]pub struct libmv_Region {
pub min: [f32; 2],
pub max: [f32; 2],
}Fields§
§min: [f32; 2]§max: [f32; 2]Trait Implementations§
Source§impl Clone for libmv_Region
impl Clone for libmv_Region
Source§fn clone(&self) -> libmv_Region
fn clone(&self) -> libmv_Region
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for libmv_Region
Source§impl Debug for libmv_Region
impl Debug for libmv_Region
Source§impl Default for libmv_Region
impl Default for libmv_Region
Source§fn default() -> libmv_Region
fn default() -> libmv_Region
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for libmv_Region
impl RefUnwindSafe for libmv_Region
impl Send for libmv_Region
impl Sync for libmv_Region
impl Unpin for libmv_Region
impl UnsafeUnpin for libmv_Region
impl UnwindSafe for libmv_Region
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