#[repr(transparent)]pub struct ImGuiChildFlags_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiChildFlags_
impl ImGuiChildFlags_
pub const ImGuiChildFlags_None: ImGuiChildFlags_
pub const ImGuiChildFlags_Borders: ImGuiChildFlags_
pub const ImGuiChildFlags_AlwaysUseWindowPadding: ImGuiChildFlags_
pub const ImGuiChildFlags_ResizeX: ImGuiChildFlags_
pub const ImGuiChildFlags_ResizeY: ImGuiChildFlags_
pub const ImGuiChildFlags_AutoResizeX: ImGuiChildFlags_
pub const ImGuiChildFlags_AutoResizeY: ImGuiChildFlags_
pub const ImGuiChildFlags_AlwaysAutoResize: ImGuiChildFlags_
pub const ImGuiChildFlags_FrameStyle: ImGuiChildFlags_
Trait Implementations§
Source§impl BitAnd for ImGuiChildFlags_
impl BitAnd for ImGuiChildFlags_
Source§impl BitAndAssign for ImGuiChildFlags_
impl BitAndAssign for ImGuiChildFlags_
Source§fn bitand_assign(&mut self, rhs: ImGuiChildFlags_)
fn bitand_assign(&mut self, rhs: ImGuiChildFlags_)
Performs the
&= operation. Read moreSource§impl BitOr for ImGuiChildFlags_
impl BitOr for ImGuiChildFlags_
Source§impl BitOrAssign for ImGuiChildFlags_
impl BitOrAssign for ImGuiChildFlags_
Source§fn bitor_assign(&mut self, rhs: ImGuiChildFlags_)
fn bitor_assign(&mut self, rhs: ImGuiChildFlags_)
Performs the
|= operation. Read moreSource§impl Clone for ImGuiChildFlags_
impl Clone for ImGuiChildFlags_
Source§fn clone(&self) -> ImGuiChildFlags_
fn clone(&self) -> ImGuiChildFlags_
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 ImGuiChildFlags_
impl Debug for ImGuiChildFlags_
Source§impl Hash for ImGuiChildFlags_
impl Hash for ImGuiChildFlags_
Source§impl PartialEq for ImGuiChildFlags_
impl PartialEq for ImGuiChildFlags_
impl Copy for ImGuiChildFlags_
impl Eq for ImGuiChildFlags_
impl StructuralPartialEq for ImGuiChildFlags_
Auto Trait Implementations§
impl Freeze for ImGuiChildFlags_
impl RefUnwindSafe for ImGuiChildFlags_
impl Send for ImGuiChildFlags_
impl Sync for ImGuiChildFlags_
impl Unpin for ImGuiChildFlags_
impl UnsafeUnpin for ImGuiChildFlags_
impl UnwindSafe for ImGuiChildFlags_
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