#[repr(C)]pub struct Struct_Pair {
pub key: ImGuiID,
pub _bindgen_data_1_: [u64; 1],
}
Fields§
§key: ImGuiID
§_bindgen_data_1_: [u64; 1]
Implementations§
Trait Implementations§
Source§impl Clone for Struct_Pair
impl Clone for Struct_Pair
Source§impl Default for Struct_Pair
impl Default for Struct_Pair
impl Copy for Struct_Pair
Auto Trait Implementations§
impl Freeze for Struct_Pair
impl RefUnwindSafe for Struct_Pair
impl Send for Struct_Pair
impl Sync for Struct_Pair
impl Unpin for Struct_Pair
impl UnwindSafe for Struct_Pair
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