#[repr(C)]pub struct ResourceHandle {
pub m_value: u32,
}Expand description
Fields§
§m_value: u32Implementations§
Source§impl ResourceHandle
impl ResourceHandle
pub fn k_validity_mask() -> u32
pub fn set_k_validity_mask(value: u32)
pub fn k_index_mask() -> u32
pub fn set_k_index_mask(value: u32)
pub fn s_current_valid_bit() -> u32
pub fn set_s_current_valid_bit(value: u32)
Source§impl ResourceHandle
impl ResourceHandle
Sourcepub fn op_implicit(handle: impl Into<ResourceHandle>) -> i32
pub fn op_implicit(handle: impl Into<ResourceHandle>) -> i32
op_Implicit(crate::unity_engine::experimental::rendering::render_graph_module::resourcehandle::ResourceHandle) overload
Source§impl ResourceHandle
impl ResourceHandle
Sourcepub fn get_type(&mut self) -> RenderGraphResourceType
pub fn get_type(&mut self) -> RenderGraphResourceType
get_type() overload
Sourcepub fn set_type(&mut self, value: impl Into<RenderGraphResourceType>)
pub fn set_type(&mut self, value: impl Into<RenderGraphResourceType>)
set_type(crate::unity_engine::experimental::rendering::render_graph_module::rendergraphresourcetype::RenderGraphResourceType) overload
Sourcepub fn get_i_type(&mut self) -> i32
pub fn get_i_type(&mut self) -> i32
get_iType() overload
Sourcepub fn ctor(
&mut self,
value: impl Into<i32>,
type: impl Into<RenderGraphResourceType>,
)
pub fn ctor( &mut self, value: impl Into<i32>, type: impl Into<RenderGraphResourceType>, )
.ctor(i32, crate::unity_engine::experimental::rendering::render_graph_module::rendergraphresourcetype::RenderGraphResourceType) overload
Source§impl ResourceHandle
impl ResourceHandle
pub fn get_index_method_info() -> &'static MethodInfo
pub fn get_type_method_info() -> &'static MethodInfo
pub fn set_type_method_info() -> &'static MethodInfo
pub fn get_i_type_method_info() -> &'static MethodInfo
pub fn ctor_method_info() -> &'static MethodInfo
pub fn op_implicit_method_info() -> &'static MethodInfo
pub fn is_valid_method_info() -> &'static MethodInfo
pub fn new_frame_method_info() -> &'static MethodInfo
pub fn cctor_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for ResourceHandle
impl ClassIdentity for ResourceHandle
Source§impl Clone for ResourceHandle
impl Clone for ResourceHandle
Source§fn clone(&self) -> ResourceHandle
fn clone(&self) -> ResourceHandle
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 ResourceHandle
Auto Trait Implementations§
impl Freeze for ResourceHandle
impl RefUnwindSafe for ResourceHandle
impl Send for ResourceHandle
impl Sync for ResourceHandle
impl Unpin for ResourceHandle
impl UnwindSafe for ResourceHandle
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)