#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ImTextureRef
Auto Trait Implementations§
impl !RefUnwindSafe for ImTextureRef
impl !Send for ImTextureRef
impl !Sync for ImTextureRef
impl !UnwindSafe for ImTextureRef
impl Freeze for ImTextureRef
impl Unpin for ImTextureRef
impl UnsafeUnpin 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