#[repr(C)]pub struct AnimationCullingType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl AnimationCullingType
impl AnimationCullingType
pub fn always_animate() -> Self
pub fn based_on_renderers() -> Self
pub fn based_on_clip_bounds() -> Self
pub fn based_on_user_bounds() -> Self
Trait Implementations§
Source§impl ClassIdentity for AnimationCullingType
impl ClassIdentity for AnimationCullingType
Source§impl Clone for AnimationCullingType
impl Clone for AnimationCullingType
Source§fn clone(&self) -> AnimationCullingType
fn clone(&self) -> AnimationCullingType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AnimationCullingType
impl Debug for AnimationCullingType
Source§impl PartialEq for AnimationCullingType
impl PartialEq for AnimationCullingType
impl Copy for AnimationCullingType
impl Eq for AnimationCullingType
impl StructuralPartialEq for AnimationCullingType
Auto Trait Implementations§
impl Freeze for AnimationCullingType
impl RefUnwindSafe for AnimationCullingType
impl Send for AnimationCullingType
impl Sync for AnimationCullingType
impl Unpin for AnimationCullingType
impl UnwindSafe for AnimationCullingType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)