Struct easy_imgui::TextureId
source · pub struct TextureId(/* private fields */);
Implementations§
source§impl TextureId
impl TextureId
pub fn id(&self) -> ImTextureID
pub unsafe fn from_id(id: ImTextureID) -> Self
Trait Implementations§
source§impl PartialEq for TextureId
impl PartialEq for TextureId
impl Copy for TextureId
impl Eq for TextureId
impl StructuralEq for TextureId
impl StructuralPartialEq for TextureId
Auto Trait Implementations§
impl RefUnwindSafe for TextureId
impl !Send for TextureId
impl !Sync for TextureId
impl Unpin for TextureId
impl UnwindSafe for TextureId
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