#[repr(transparent)]pub struct ImGuiLayoutType_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
Source§impl Clone for ImGuiLayoutType_
impl Clone for ImGuiLayoutType_
Source§fn clone(&self) -> ImGuiLayoutType_
fn clone(&self) -> ImGuiLayoutType_
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 ImGuiLayoutType_
impl Debug for ImGuiLayoutType_
Source§impl Hash for ImGuiLayoutType_
impl Hash for ImGuiLayoutType_
Source§impl PartialEq for ImGuiLayoutType_
impl PartialEq for ImGuiLayoutType_
impl Copy for ImGuiLayoutType_
impl Eq for ImGuiLayoutType_
impl StructuralPartialEq for ImGuiLayoutType_
Auto Trait Implementations§
impl Freeze for ImGuiLayoutType_
impl RefUnwindSafe for ImGuiLayoutType_
impl Send for ImGuiLayoutType_
impl Sync for ImGuiLayoutType_
impl Unpin for ImGuiLayoutType_
impl UnwindSafe for ImGuiLayoutType_
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