#[repr(C)]pub struct ImStableVector_ImFontBaked__32 {
pub Size: c_int,
pub Capacity: c_int,
pub Blocks: ImVector_ImFontBakedPtr,
}Fields§
§Size: c_int§Capacity: c_int§Blocks: ImVector_ImFontBakedPtrTrait Implementations§
Source§impl Clone for ImStableVector_ImFontBaked__32
impl Clone for ImStableVector_ImFontBaked__32
Source§fn clone(&self) -> ImStableVector_ImFontBaked__32
fn clone(&self) -> ImStableVector_ImFontBaked__32
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 PartialEq for ImStableVector_ImFontBaked__32
impl PartialEq for ImStableVector_ImFontBaked__32
Source§fn eq(&self, other: &ImStableVector_ImFontBaked__32) -> bool
fn eq(&self, other: &ImStableVector_ImFontBaked__32) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ImStableVector_ImFontBaked__32
impl Eq for ImStableVector_ImFontBaked__32
impl StructuralPartialEq for ImStableVector_ImFontBaked__32
Auto Trait Implementations§
impl Freeze for ImStableVector_ImFontBaked__32
impl RefUnwindSafe for ImStableVector_ImFontBaked__32
impl !Send for ImStableVector_ImFontBaked__32
impl !Sync for ImStableVector_ImFontBaked__32
impl Unpin for ImStableVector_ImFontBaked__32
impl UnwindSafe for ImStableVector_ImFontBaked__32
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