pub struct FrustumPath {
pub key_frustums: Vec<Frustum>,
pub frames_per_unit: u8,
}
Fields§
§key_frustums: Vec<Frustum>
§frames_per_unit: u8
Implementations§
Source§impl FrustumPath
impl FrustumPath
Trait Implementations§
Source§impl Clone for FrustumPath
impl Clone for FrustumPath
Source§fn clone(&self) -> FrustumPath
fn clone(&self) -> FrustumPath
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 moreSource§impl Default for FrustumPath
impl Default for FrustumPath
Source§fn default() -> FrustumPath
fn default() -> FrustumPath
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FrustumPath
impl RefUnwindSafe for FrustumPath
impl Send for FrustumPath
impl Sync for FrustumPath
impl Unpin for FrustumPath
impl UnwindSafe for FrustumPath
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