#[repr(C)]pub struct ImFontAtlasRectEntry {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}Fields§
§_bitfield_align_1: [u32; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>Implementations§
Source§impl ImFontAtlasRectEntry
impl ImFontAtlasRectEntry
pub fn TargetIndex(&self) -> c_int
pub fn set_TargetIndex(&mut self, val: c_int)
pub unsafe fn TargetIndex_raw(this: *const Self) -> c_int
pub unsafe fn set_TargetIndex_raw(this: *mut Self, val: c_int)
pub fn Generation(&self) -> c_uint
pub fn set_Generation(&mut self, val: c_uint)
pub unsafe fn Generation_raw(this: *const Self) -> c_uint
pub unsafe fn set_Generation_raw(this: *mut Self, val: c_uint)
pub fn IsUsed(&self) -> c_uint
pub fn set_IsUsed(&mut self, val: c_uint)
pub unsafe fn IsUsed_raw(this: *const Self) -> c_uint
pub unsafe fn set_IsUsed_raw(this: *mut Self, val: c_uint)
pub fn new_bitfield_1( TargetIndex: c_int, Generation: c_uint, IsUsed: c_uint, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for ImFontAtlasRectEntry
impl Clone for ImFontAtlasRectEntry
Source§fn clone(&self) -> ImFontAtlasRectEntry
fn clone(&self) -> ImFontAtlasRectEntry
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 Debug for ImFontAtlasRectEntry
impl Debug for ImFontAtlasRectEntry
impl Copy for ImFontAtlasRectEntry
Auto Trait Implementations§
impl Freeze for ImFontAtlasRectEntry
impl RefUnwindSafe for ImFontAtlasRectEntry
impl Send for ImFontAtlasRectEntry
impl Sync for ImFontAtlasRectEntry
impl Unpin for ImFontAtlasRectEntry
impl UnwindSafe for ImFontAtlasRectEntry
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