[][src]Struct imgui_memory_editor_sys::bindings::MemoryEditor_Sizes

#[repr(C)]pub struct MemoryEditor_Sizes {
    pub AddrDigitsCount: c_int,
    pub LineHeight: f32,
    pub GlyphWidth: f32,
    pub HexCellWidth: f32,
    pub SpacingBetweenMidCols: f32,
    pub PosHexStart: f32,
    pub PosHexEnd: f32,
    pub PosAsciiStart: f32,
    pub PosAsciiEnd: f32,
    pub WindowWidth: f32,
}

Fields

AddrDigitsCount: c_intLineHeight: f32GlyphWidth: f32HexCellWidth: f32SpacingBetweenMidCols: f32PosHexStart: f32PosHexEnd: f32PosAsciiStart: f32PosAsciiEnd: f32WindowWidth: f32

Trait Implementations

impl Clone for MemoryEditor_Sizes[src]

impl Copy for MemoryEditor_Sizes[src]

impl Debug for MemoryEditor_Sizes[src]

impl Default for MemoryEditor_Sizes[src]

impl PartialEq<MemoryEditor_Sizes> for MemoryEditor_Sizes[src]

impl StructuralPartialEq for MemoryEditor_Sizes[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.