#[repr(C)]pub struct Draw2dFontT {
pub vbuffer_offset: u32,
pub _padding_142: [c_char; 4],
pub info: *const FontT,
}
Fields§
§vbuffer_offset: u32
§_padding_142: [c_char; 4]
§info: *const FontT
Trait Implementations§
Source§impl Clone for Draw2dFontT
impl Clone for Draw2dFontT
Source§fn clone(&self) -> Draw2dFontT
fn clone(&self) -> Draw2dFontT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for Draw2dFontT
impl Default for Draw2dFontT
impl Copy for Draw2dFontT
Auto Trait Implementations§
impl Freeze for Draw2dFontT
impl RefUnwindSafe for Draw2dFontT
impl !Send for Draw2dFontT
impl !Sync for Draw2dFontT
impl Unpin for Draw2dFontT
impl UnwindSafe for Draw2dFontT
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