Enum arcdps_imgui::FontAtlasRef
source · pub enum FontAtlasRef<'a> {
Owned(&'a FontAtlas),
Shared(&'a RefMut<'a, SharedFontAtlas>),
}
Expand description
An immutably borrowed reference to a (possibly shared) font atlas
Variants§
Methods from Deref<Target = FontAtlas>§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for FontAtlasRef<'a>
impl<'a> !RefUnwindSafe for FontAtlasRef<'a>
impl<'a> !Send for FontAtlasRef<'a>
impl<'a> !Sync for FontAtlasRef<'a>
impl<'a> Unpin for FontAtlasRef<'a>
impl<'a> !UnwindSafe for FontAtlasRef<'a>
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