#[repr(C)]pub struct ClutterPerspective {
pub fovy: c_float,
pub aspect: c_float,
pub z_near: c_float,
pub z_far: c_float,
}
Fields§
§fovy: c_float
§aspect: c_float
§z_near: c_float
§z_far: c_float
Trait Implementations§
Source§impl Clone for ClutterPerspective
impl Clone for ClutterPerspective
Source§fn clone(&self) -> ClutterPerspective
fn clone(&self) -> ClutterPerspective
Returns a duplicate 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 moreSource§impl Debug for ClutterPerspective
impl Debug for ClutterPerspective
impl Copy for ClutterPerspective
Auto Trait Implementations§
impl Freeze for ClutterPerspective
impl RefUnwindSafe for ClutterPerspective
impl Send for ClutterPerspective
impl Sync for ClutterPerspective
impl Unpin for ClutterPerspective
impl UnwindSafe for ClutterPerspective
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