#[repr(C)]pub struct RenderGraphPassI {
pub const_data: *mut c_void,
pub const_data_size: u64,
pub runtime_data_size: u64,
pub profiling_scope: *const c_char,
pub api: RenderGraphPassApi,
}
Fields§
§const_data: *mut c_void
§const_data_size: u64
§runtime_data_size: u64
§profiling_scope: *const c_char
§api: RenderGraphPassApi
Trait Implementations§
Source§impl Clone for RenderGraphPassI
impl Clone for RenderGraphPassI
Source§fn clone(&self) -> RenderGraphPassI
fn clone(&self) -> RenderGraphPassI
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for RenderGraphPassI
impl Default for RenderGraphPassI
impl Copy for RenderGraphPassI
Auto Trait Implementations§
impl Freeze for RenderGraphPassI
impl RefUnwindSafe for RenderGraphPassI
impl !Send for RenderGraphPassI
impl !Sync for RenderGraphPassI
impl Unpin for RenderGraphPassI
impl UnwindSafe for RenderGraphPassI
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more