pub struct FontTextureHandle<'a> {
pub width: u32,
pub height: u32,
pub pixels: &'a [c_uchar],
}Fields§
§width: u32§height: u32§pixels: &'a [c_uchar]Auto Trait Implementations§
impl<'a> Freeze for FontTextureHandle<'a>
impl<'a> RefUnwindSafe for FontTextureHandle<'a>
impl<'a> Send for FontTextureHandle<'a>
impl<'a> Sync for FontTextureHandle<'a>
impl<'a> Unpin for FontTextureHandle<'a>
impl<'a> UnwindSafe for FontTextureHandle<'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