#[repr(C)]pub struct TextureHandle {
pub handle: ResourceHandle,
}Expand description
Fields§
§handle: ResourceHandleImplementations§
Source§impl TextureHandle
impl TextureHandle
pub fn s_null_handle() -> TextureHandle
pub fn set_s_null_handle(value: TextureHandle)
Source§impl TextureHandle
impl TextureHandle
Sourcepub fn get_null_handle() -> TextureHandle
pub fn get_null_handle() -> TextureHandle
get_nullHandle() overload
Sourcepub fn op_implicit(texture: impl Into<TextureHandle>) -> RTHandle
pub fn op_implicit(texture: impl Into<TextureHandle>) -> RTHandle
op_Implicit(crate::unity_engine::experimental::rendering::render_graph_module::texturehandle::TextureHandle) overload
Source§impl TextureHandle
impl TextureHandle
Source§impl TextureHandle
impl TextureHandle
pub fn get_null_handle_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 cctor_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for TextureHandle
impl ClassIdentity for TextureHandle
Source§impl Clone for TextureHandle
impl Clone for TextureHandle
Source§fn clone(&self) -> TextureHandle
fn clone(&self) -> TextureHandle
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 TextureHandle
Auto Trait Implementations§
impl Freeze for TextureHandle
impl RefUnwindSafe for TextureHandle
impl Send for TextureHandle
impl Sync for TextureHandle
impl Unpin for TextureHandle
impl UnwindSafe for TextureHandle
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)