#[repr(C)]pub struct AngularFalloffType {
pub value: u8,
}Expand description
Fields§
§value: u8Implementations§
Source§impl AngularFalloffType
impl AngularFalloffType
pub fn lut() -> Self
pub fn analytic_and_inner_angle() -> Self
Trait Implementations§
Source§impl ClassIdentity for AngularFalloffType
impl ClassIdentity for AngularFalloffType
Source§impl Clone for AngularFalloffType
impl Clone for AngularFalloffType
Source§fn clone(&self) -> AngularFalloffType
fn clone(&self) -> AngularFalloffType
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 AngularFalloffType
impl Debug for AngularFalloffType
Source§impl PartialEq for AngularFalloffType
impl PartialEq for AngularFalloffType
impl Copy for AngularFalloffType
impl Eq for AngularFalloffType
impl StructuralPartialEq for AngularFalloffType
Auto Trait Implementations§
impl Freeze for AngularFalloffType
impl RefUnwindSafe for AngularFalloffType
impl Send for AngularFalloffType
impl Sync for AngularFalloffType
impl Unpin for AngularFalloffType
impl UnwindSafe for AngularFalloffType
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)