#[repr(C)]pub struct ImGuiComboPreviewData {
pub PreviewRect: ImRect,
pub BackupCursorPos: ImVec2,
pub BackupCursorMaxPos: ImVec2,
pub BackupCursorPosPrevLine: ImVec2,
pub BackupPrevLineTextBaseOffset: f32,
pub BackupLayout: ImGuiLayoutType,
}Fields§
§PreviewRect: ImRect§BackupCursorPos: ImVec2§BackupCursorMaxPos: ImVec2§BackupCursorPosPrevLine: ImVec2§BackupPrevLineTextBaseOffset: f32§BackupLayout: ImGuiLayoutTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for ImGuiComboPreviewData
impl RefUnwindSafe for ImGuiComboPreviewData
impl Send for ImGuiComboPreviewData
impl Sync for ImGuiComboPreviewData
impl Unpin for ImGuiComboPreviewData
impl UnwindSafe for ImGuiComboPreviewData
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