#[repr(transparent)]pub struct ImGuiDragDropFlags_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiDragDropFlags_
impl ImGuiDragDropFlags_
pub const ImGuiDragDropFlags_None: ImGuiDragDropFlags_
pub const ImGuiDragDropFlags_SourceNoPreviewTooltip: ImGuiDragDropFlags_
pub const ImGuiDragDropFlags_SourceNoDisableHover: ImGuiDragDropFlags_
pub const ImGuiDragDropFlags_SourceNoHoldToOpenOthers: ImGuiDragDropFlags_
pub const ImGuiDragDropFlags_SourceAllowNullID: ImGuiDragDropFlags_
pub const ImGuiDragDropFlags_SourceExtern: ImGuiDragDropFlags_
pub const ImGuiDragDropFlags_PayloadAutoExpire: ImGuiDragDropFlags_
pub const ImGuiDragDropFlags_PayloadNoCrossContext: ImGuiDragDropFlags_
pub const ImGuiDragDropFlags_PayloadNoCrossProcess: ImGuiDragDropFlags_
pub const ImGuiDragDropFlags_AcceptBeforeDelivery: ImGuiDragDropFlags_
pub const ImGuiDragDropFlags_AcceptNoDrawDefaultRect: ImGuiDragDropFlags_
pub const ImGuiDragDropFlags_AcceptNoPreviewTooltip: ImGuiDragDropFlags_
pub const ImGuiDragDropFlags_AcceptDrawAsHovered: ImGuiDragDropFlags_
pub const ImGuiDragDropFlags_AcceptPeekOnly: ImGuiDragDropFlags_
Trait Implementations§
Source§impl BitAnd for ImGuiDragDropFlags_
impl BitAnd for ImGuiDragDropFlags_
Source§impl BitAndAssign for ImGuiDragDropFlags_
impl BitAndAssign for ImGuiDragDropFlags_
Source§fn bitand_assign(&mut self, rhs: ImGuiDragDropFlags_)
fn bitand_assign(&mut self, rhs: ImGuiDragDropFlags_)
Performs the
&= operation. Read moreSource§impl BitOr for ImGuiDragDropFlags_
impl BitOr for ImGuiDragDropFlags_
Source§impl BitOrAssign for ImGuiDragDropFlags_
impl BitOrAssign for ImGuiDragDropFlags_
Source§fn bitor_assign(&mut self, rhs: ImGuiDragDropFlags_)
fn bitor_assign(&mut self, rhs: ImGuiDragDropFlags_)
Performs the
|= operation. Read moreSource§impl Clone for ImGuiDragDropFlags_
impl Clone for ImGuiDragDropFlags_
Source§fn clone(&self) -> ImGuiDragDropFlags_
fn clone(&self) -> ImGuiDragDropFlags_
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 ImGuiDragDropFlags_
impl Debug for ImGuiDragDropFlags_
Source§impl Hash for ImGuiDragDropFlags_
impl Hash for ImGuiDragDropFlags_
Source§impl PartialEq for ImGuiDragDropFlags_
impl PartialEq for ImGuiDragDropFlags_
impl Copy for ImGuiDragDropFlags_
impl Eq for ImGuiDragDropFlags_
impl StructuralPartialEq for ImGuiDragDropFlags_
Auto Trait Implementations§
impl Freeze for ImGuiDragDropFlags_
impl RefUnwindSafe for ImGuiDragDropFlags_
impl Send for ImGuiDragDropFlags_
impl Sync for ImGuiDragDropFlags_
impl Unpin for ImGuiDragDropFlags_
impl UnsafeUnpin for ImGuiDragDropFlags_
impl UnwindSafe for ImGuiDragDropFlags_
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