#[repr(C)]pub struct LightEvent {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl LightEvent
impl LightEvent
pub fn before_shadow_map() -> Self
pub fn after_shadow_map() -> Self
pub fn before_screenspace_mask() -> Self
pub fn after_screenspace_mask() -> Self
pub fn before_shadow_map_pass() -> Self
pub fn after_shadow_map_pass() -> Self
Trait Implementations§
Source§impl ClassIdentity for LightEvent
impl ClassIdentity for LightEvent
Source§impl Clone for LightEvent
impl Clone for LightEvent
Source§fn clone(&self) -> LightEvent
fn clone(&self) -> LightEvent
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 LightEvent
impl Debug for LightEvent
Source§impl PartialEq for LightEvent
impl PartialEq for LightEvent
impl Copy for LightEvent
impl Eq for LightEvent
impl StructuralPartialEq for LightEvent
Auto Trait Implementations§
impl Freeze for LightEvent
impl RefUnwindSafe for LightEvent
impl Send for LightEvent
impl Sync for LightEvent
impl Unpin for LightEvent
impl UnwindSafe for LightEvent
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)