#[repr(C)]pub struct RenderGraphDebugData_PassDebugData {
pub name: Il2CppString,
pub resource_read_lists: Array<List_1<i32>>,
pub resource_write_lists: Array<List_1<i32>>,
pub culled: bool,
pub generate_debug_data: bool,
}Expand description
Fields§
§name: Il2CppString§resource_read_lists: Array<List_1<i32>>§resource_write_lists: Array<List_1<i32>>§culled: bool§generate_debug_data: boolTrait Implementations§
Source§impl Clone for RenderGraphDebugData_PassDebugData
impl Clone for RenderGraphDebugData_PassDebugData
Source§fn clone(&self) -> RenderGraphDebugData_PassDebugData
fn clone(&self) -> RenderGraphDebugData_PassDebugData
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 RenderGraphDebugData_PassDebugData
Auto Trait Implementations§
impl Freeze for RenderGraphDebugData_PassDebugData
impl RefUnwindSafe for RenderGraphDebugData_PassDebugData
impl !Send for RenderGraphDebugData_PassDebugData
impl !Sync for RenderGraphDebugData_PassDebugData
impl Unpin for RenderGraphDebugData_PassDebugData
impl UnwindSafe for RenderGraphDebugData_PassDebugData
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)