#[repr(transparent)]pub struct ImGuiNavRenderCursorFlags_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
Source§fn bitand_assign(&mut self, rhs: ImGuiNavRenderCursorFlags_)
fn bitand_assign(&mut self, rhs: ImGuiNavRenderCursorFlags_)
Performs the
&= operation. Read moreSource§fn bitor_assign(&mut self, rhs: ImGuiNavRenderCursorFlags_)
fn bitor_assign(&mut self, rhs: ImGuiNavRenderCursorFlags_)
Performs the
|= operation. Read moreSource§fn clone(&self) -> ImGuiNavRenderCursorFlags_
fn clone(&self) -> ImGuiNavRenderCursorFlags_
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 moreAuto Trait Implementations§
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