#[repr(C, align(4))]pub struct ImGuiStyleVarInfo {
pub _bitfield_align_1: [u16; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}Fields§
§_bitfield_align_1: [u16; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>Implementations§
Source§impl ImGuiStyleVarInfo
impl ImGuiStyleVarInfo
pub fn Count(&self) -> ImU32
pub fn set_Count(&mut self, val: ImU32)
pub unsafe fn Count_raw(this: *const Self) -> ImU32
pub unsafe fn set_Count_raw(this: *mut Self, val: ImU32)
pub fn DataType(&self) -> ImGuiDataType
pub fn set_DataType(&mut self, val: ImGuiDataType)
pub unsafe fn DataType_raw(this: *const Self) -> ImGuiDataType
pub unsafe fn set_DataType_raw(this: *mut Self, val: ImGuiDataType)
pub fn Offset(&self) -> ImU32
pub fn set_Offset(&mut self, val: ImU32)
pub unsafe fn Offset_raw(this: *const Self) -> ImU32
pub unsafe fn set_Offset_raw(this: *mut Self, val: ImU32)
pub fn new_bitfield_1( Count: ImU32, DataType: ImGuiDataType, Offset: ImU32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for ImGuiStyleVarInfo
impl Clone for ImGuiStyleVarInfo
Source§fn clone(&self) -> ImGuiStyleVarInfo
fn clone(&self) -> ImGuiStyleVarInfo
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 ImGuiStyleVarInfo
impl Debug for ImGuiStyleVarInfo
impl Copy for ImGuiStyleVarInfo
Auto Trait Implementations§
impl Freeze for ImGuiStyleVarInfo
impl RefUnwindSafe for ImGuiStyleVarInfo
impl Send for ImGuiStyleVarInfo
impl Sync for ImGuiStyleVarInfo
impl Unpin for ImGuiStyleVarInfo
impl UnwindSafe for ImGuiStyleVarInfo
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