#[repr(transparent)]pub struct ImGuiScrollFlags_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiScrollFlags_
impl ImGuiScrollFlags_
pub const ImGuiScrollFlags_None: ImGuiScrollFlags_
pub const ImGuiScrollFlags_KeepVisibleEdgeX: ImGuiScrollFlags_
pub const ImGuiScrollFlags_KeepVisibleEdgeY: ImGuiScrollFlags_
pub const ImGuiScrollFlags_KeepVisibleCenterX: ImGuiScrollFlags_
pub const ImGuiScrollFlags_KeepVisibleCenterY: ImGuiScrollFlags_
pub const ImGuiScrollFlags_AlwaysCenterX: ImGuiScrollFlags_
pub const ImGuiScrollFlags_AlwaysCenterY: ImGuiScrollFlags_
pub const ImGuiScrollFlags_NoScrollParent: ImGuiScrollFlags_
pub const ImGuiScrollFlags_MaskX_: ImGuiScrollFlags_
pub const ImGuiScrollFlags_MaskY_: ImGuiScrollFlags_
Trait Implementations§
Source§impl BitAnd for ImGuiScrollFlags_
impl BitAnd for ImGuiScrollFlags_
Source§impl BitAndAssign for ImGuiScrollFlags_
impl BitAndAssign for ImGuiScrollFlags_
Source§fn bitand_assign(&mut self, rhs: ImGuiScrollFlags_)
fn bitand_assign(&mut self, rhs: ImGuiScrollFlags_)
Performs the
&= operation. Read moreSource§impl BitOr for ImGuiScrollFlags_
impl BitOr for ImGuiScrollFlags_
Source§impl BitOrAssign for ImGuiScrollFlags_
impl BitOrAssign for ImGuiScrollFlags_
Source§fn bitor_assign(&mut self, rhs: ImGuiScrollFlags_)
fn bitor_assign(&mut self, rhs: ImGuiScrollFlags_)
Performs the
|= operation. Read moreSource§impl Clone for ImGuiScrollFlags_
impl Clone for ImGuiScrollFlags_
Source§fn clone(&self) -> ImGuiScrollFlags_
fn clone(&self) -> ImGuiScrollFlags_
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 ImGuiScrollFlags_
impl Debug for ImGuiScrollFlags_
Source§impl Hash for ImGuiScrollFlags_
impl Hash for ImGuiScrollFlags_
Source§impl PartialEq for ImGuiScrollFlags_
impl PartialEq for ImGuiScrollFlags_
impl Copy for ImGuiScrollFlags_
impl Eq for ImGuiScrollFlags_
impl StructuralPartialEq for ImGuiScrollFlags_
Auto Trait Implementations§
impl Freeze for ImGuiScrollFlags_
impl RefUnwindSafe for ImGuiScrollFlags_
impl Send for ImGuiScrollFlags_
impl Sync for ImGuiScrollFlags_
impl Unpin for ImGuiScrollFlags_
impl UnsafeUnpin for ImGuiScrollFlags_
impl UnwindSafe for ImGuiScrollFlags_
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