pub struct OrthoInfo {
pub left: f32,
pub right: f32,
pub bottom: f32,
pub top: f32,
pub near: f32,
pub far: f32,
}Fields§
§left: f32§right: f32§bottom: f32§top: f32§near: f32§far: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for OrthoInfo
impl RefUnwindSafe for OrthoInfo
impl Send for OrthoInfo
impl Sync for OrthoInfo
impl Unpin for OrthoInfo
impl UnwindSafe for OrthoInfo
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