Struct arcdps_imgui::TextureId
source · pub struct TextureId(/* private fields */);
Expand description
An opaque texture identifier
Implementations§
Trait Implementations§
source§impl PartialEq for TextureId
impl PartialEq for TextureId
impl Copy for TextureId
impl Eq for TextureId
impl StructuralPartialEq for TextureId
Auto Trait Implementations§
impl Freeze for TextureId
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