pub struct SimpleBoundingBox {
pub left_top: LuaAny,
pub right_bottom: LuaAny,
}Fields§
§left_top: LuaAny§right_bottom: LuaAnyTrait Implementations§
Source§impl Clone for SimpleBoundingBox
impl Clone for SimpleBoundingBox
Source§fn clone(&self) -> SimpleBoundingBox
fn clone(&self) -> SimpleBoundingBox
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 SimpleBoundingBox
Source§impl Debug for SimpleBoundingBox
impl Debug for SimpleBoundingBox
Source§impl Default for SimpleBoundingBox
impl Default for SimpleBoundingBox
Source§fn default() -> SimpleBoundingBox
fn default() -> SimpleBoundingBox
Returns the “default value” for a type. Read more
Source§impl PartialEq for SimpleBoundingBox
impl PartialEq for SimpleBoundingBox
impl StructuralPartialEq for SimpleBoundingBox
Auto Trait Implementations§
impl Freeze for SimpleBoundingBox
impl RefUnwindSafe for SimpleBoundingBox
impl Send for SimpleBoundingBox
impl Sync for SimpleBoundingBox
impl Unpin for SimpleBoundingBox
impl UnsafeUnpin for SimpleBoundingBox
impl UnwindSafe for SimpleBoundingBox
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