#[repr(C)]pub struct RenderGraphHandleT {
pub value: u32,
}
Fields§
§value: u32
Trait Implementations§
Source§impl Clone for RenderGraphHandleT
impl Clone for RenderGraphHandleT
Source§fn clone(&self) -> RenderGraphHandleT
fn clone(&self) -> RenderGraphHandleT
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 RenderGraphHandleT
impl Default for RenderGraphHandleT
Source§fn default() -> RenderGraphHandleT
fn default() -> RenderGraphHandleT
Returns the “default value” for a type. Read more
impl Copy for RenderGraphHandleT
Auto Trait Implementations§
impl Freeze for RenderGraphHandleT
impl RefUnwindSafe for RenderGraphHandleT
impl Send for RenderGraphHandleT
impl Sync for RenderGraphHandleT
impl Unpin for RenderGraphHandleT
impl UnwindSafe for RenderGraphHandleT
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