Struct classicube_sys::OwnedGfxTexture
source · pub struct OwnedGfxTexture {
pub resource_id: GfxResourceID,
}
Fields§
§resource_id: GfxResourceID
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OwnedGfxTexture
impl RefUnwindSafe for OwnedGfxTexture
impl !Send for OwnedGfxTexture
impl !Sync for OwnedGfxTexture
impl Unpin for OwnedGfxTexture
impl UnwindSafe for OwnedGfxTexture
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