[][src]Struct mextk_sys::_HSD_ImageDesc

#[repr(C)]pub struct _HSD_ImageDesc {
    pub img_ptr: *mut c_void,
    pub width: u16_,
    pub height: u16_,
    pub format: u32_,
    pub mipmap: u32_,
    pub minLOD: f32_,
    pub maxLOD: f32_,
}

Fields

img_ptr: *mut c_voidwidth: u16_height: u16_format: u32_mipmap: u32_minLOD: f32_maxLOD: f32_

Trait Implementations

impl Clone for _HSD_ImageDesc[src]

impl Copy for _HSD_ImageDesc[src]

impl Debug for _HSD_ImageDesc[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, 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.