#[repr(C)]pub struct Mesh_Extents {
pub min: Vector2,
pub max: Vector2,
}Expand description
Fields§
§min: Vector2§max: Vector2Implementations§
Source§impl Mesh_Extents
impl Mesh_Extents
Source§impl Mesh_Extents
impl Mesh_Extents
pub fn ctor_method_info() -> &'static MethodInfo
pub fn to_string_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for Mesh_Extents
impl ClassIdentity for Mesh_Extents
Source§impl Clone for Mesh_Extents
impl Clone for Mesh_Extents
Source§fn clone(&self) -> Mesh_Extents
fn clone(&self) -> Mesh_Extents
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Mesh_Extents
Auto Trait Implementations§
impl Freeze for Mesh_Extents
impl RefUnwindSafe for Mesh_Extents
impl Send for Mesh_Extents
impl Sync for Mesh_Extents
impl Unpin for Mesh_Extents
impl UnwindSafe for Mesh_Extents
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)