Struct gltf::camera::Orthographic
source · pub struct Orthographic<'a> { /* private fields */ }
Expand description
Values for an orthographic camera projection.
Implementations§
source§impl<'a> Orthographic<'a>
impl<'a> Orthographic<'a>
Trait Implementations§
source§impl<'a> Clone for Orthographic<'a>
impl<'a> Clone for Orthographic<'a>
source§fn clone(&self) -> Orthographic<'a>
fn clone(&self) -> Orthographic<'a>
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 moreAuto Trait Implementations§
impl<'a> RefUnwindSafe for Orthographic<'a>
impl<'a> Send for Orthographic<'a>
impl<'a> Sync for Orthographic<'a>
impl<'a> Unpin for Orthographic<'a>
impl<'a> UnwindSafe for Orthographic<'a>
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