#[repr(C)]pub struct CameraEvent {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl CameraEvent
impl CameraEvent
pub fn before_depth_texture() -> Self
pub fn after_depth_texture() -> Self
pub fn before_depth_normals_texture() -> Self
pub fn after_depth_normals_texture() -> Self
pub fn before_g_buffer() -> Self
pub fn after_g_buffer() -> Self
pub fn before_lighting() -> Self
pub fn after_lighting() -> Self
pub fn before_final_pass() -> Self
pub fn after_final_pass() -> Self
pub fn before_forward_opaque() -> Self
pub fn after_forward_opaque() -> Self
pub fn before_image_effects_opaque() -> Self
pub fn after_image_effects_opaque() -> Self
pub fn before_skybox() -> Self
pub fn after_skybox() -> Self
pub fn before_forward_alpha() -> Self
pub fn after_forward_alpha() -> Self
pub fn before_image_effects() -> Self
pub fn after_image_effects() -> Self
pub fn after_everything() -> Self
pub fn before_reflections() -> Self
pub fn after_reflections() -> Self
pub fn before_halo_and_lens_flares() -> Self
pub fn after_halo_and_lens_flares() -> Self
Trait Implementations§
Source§impl ClassIdentity for CameraEvent
impl ClassIdentity for CameraEvent
Source§impl Clone for CameraEvent
impl Clone for CameraEvent
Source§fn clone(&self) -> CameraEvent
fn clone(&self) -> CameraEvent
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 CameraEvent
impl Debug for CameraEvent
Source§impl PartialEq for CameraEvent
impl PartialEq for CameraEvent
impl Copy for CameraEvent
impl Eq for CameraEvent
impl StructuralPartialEq for CameraEvent
Auto Trait Implementations§
impl Freeze for CameraEvent
impl RefUnwindSafe for CameraEvent
impl Send for CameraEvent
impl Sync for CameraEvent
impl Unpin for CameraEvent
impl UnwindSafe for CameraEvent
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)