#[repr(C)]pub struct ImTextureRef {
pub _TexData: *mut ImTextureData,
pub _TexID: ImTextureID,
}Fields§
§_TexData: *mut ImTextureData§_TexID: ImTextureIDTrait Implementations§
Source§impl Clone for ImTextureRef
impl Clone for ImTextureRef
Source§fn clone(&self) -> ImTextureRef
fn clone(&self) -> ImTextureRef
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 Debug for ImTextureRef
impl Debug for ImTextureRef
impl Copy for ImTextureRef
Auto Trait Implementations§
impl Freeze for ImTextureRef
impl !RefUnwindSafe for ImTextureRef
impl !Send for ImTextureRef
impl !Sync for ImTextureRef
impl Unpin for ImTextureRef
impl !UnwindSafe for ImTextureRef
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