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