#[repr(C)]pub struct ImGuiSelectionRequest {
pub Type: ImGuiSelectionRequestType,
pub Selected: bool,
pub RangeDirection: ImS8,
pub RangeFirstItem: ImGuiSelectionUserData,
pub RangeLastItem: ImGuiSelectionUserData,
}Fields§
§Type: ImGuiSelectionRequestType§Selected: bool§RangeDirection: ImS8§RangeFirstItem: ImGuiSelectionUserData§RangeLastItem: ImGuiSelectionUserDataTrait Implementations§
Source§impl Clone for ImGuiSelectionRequest
impl Clone for ImGuiSelectionRequest
Source§fn clone(&self) -> ImGuiSelectionRequest
fn clone(&self) -> ImGuiSelectionRequest
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 ImGuiSelectionRequest
impl Debug for ImGuiSelectionRequest
impl Copy for ImGuiSelectionRequest
Auto Trait Implementations§
impl Freeze for ImGuiSelectionRequest
impl RefUnwindSafe for ImGuiSelectionRequest
impl Send for ImGuiSelectionRequest
impl Sync for ImGuiSelectionRequest
impl Unpin for ImGuiSelectionRequest
impl UnwindSafe for ImGuiSelectionRequest
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