#[repr(C)]pub struct RenderPassEvent {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl RenderPassEvent
impl RenderPassEvent
pub fn before_rendering() -> Self
pub fn before_rendering_shadows() -> Self
pub fn after_rendering_shadows() -> Self
pub fn before_rendering_prepasses() -> Self
pub fn after_rendering_pre_passes() -> Self
pub fn before_rendering_opaques() -> Self
pub fn after_rendering_opaques() -> Self
pub fn before_rendering_skybox() -> Self
pub fn after_rendering_skybox() -> Self
pub fn before_rendering_transparents() -> Self
pub fn after_rendering_transparents() -> Self
pub fn before_rendering_post_processing() -> Self
pub fn after_rendering_post_processing() -> Self
pub fn after_rendering() -> Self
Trait Implementations§
Source§impl ClassIdentity for RenderPassEvent
impl ClassIdentity for RenderPassEvent
Source§impl Clone for RenderPassEvent
impl Clone for RenderPassEvent
Source§fn clone(&self) -> RenderPassEvent
fn clone(&self) -> RenderPassEvent
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 RenderPassEvent
impl Debug for RenderPassEvent
Source§impl PartialEq for RenderPassEvent
impl PartialEq for RenderPassEvent
impl Copy for RenderPassEvent
impl Eq for RenderPassEvent
impl StructuralPartialEq for RenderPassEvent
Auto Trait Implementations§
impl Freeze for RenderPassEvent
impl RefUnwindSafe for RenderPassEvent
impl Send for RenderPassEvent
impl Sync for RenderPassEvent
impl Unpin for RenderPassEvent
impl UnwindSafe for RenderPassEvent
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)