#[repr(C)]pub struct RenderGraph_CompiledResourceInfo {
pub producers: List_1<i32>,
pub consumers: List_1<i32>,
pub resource_created: bool,
pub ref_count: i32,
}Expand description
Fields§
§producers: List_1<i32>§consumers: List_1<i32>§resource_created: bool§ref_count: i32Implementations§
Source§impl RenderGraph_CompiledResourceInfo
impl RenderGraph_CompiledResourceInfo
pub fn reset_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for RenderGraph_CompiledResourceInfo
impl Clone for RenderGraph_CompiledResourceInfo
Source§fn clone(&self) -> RenderGraph_CompiledResourceInfo
fn clone(&self) -> RenderGraph_CompiledResourceInfo
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 moreimpl Copy for RenderGraph_CompiledResourceInfo
Auto Trait Implementations§
impl Freeze for RenderGraph_CompiledResourceInfo
impl RefUnwindSafe for RenderGraph_CompiledResourceInfo
impl !Send for RenderGraph_CompiledResourceInfo
impl !Sync for RenderGraph_CompiledResourceInfo
impl Unpin for RenderGraph_CompiledResourceInfo
impl UnwindSafe for RenderGraph_CompiledResourceInfo
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)