pub struct TextureResource {
pub id: TextureId,
pub label: Option<String>,
pub desc: TextureDesc,
pub owner: Option<NodeKey>,
}Fields§
§id: TextureId§label: Option<String>§desc: TextureDesc§owner: Option<NodeKey>Trait Implementations§
Source§impl Clone for TextureResource
impl Clone for TextureResource
Source§fn clone(&self) -> TextureResource
fn clone(&self) -> TextureResource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TextureResource
impl RefUnwindSafe for TextureResource
impl Send for TextureResource
impl Sync for TextureResource
impl Unpin for TextureResource
impl UnsafeUnpin for TextureResource
impl UnwindSafe for TextureResource
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