#[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_void§width: u16_§height: u16_§format: u32_§mipmap: u32_§minLOD: f32_§maxLOD: f32_Trait Implementations§
Source§impl Clone for _HSD_ImageDesc
impl Clone for _HSD_ImageDesc
Source§fn clone(&self) -> _HSD_ImageDesc
fn clone(&self) -> _HSD_ImageDesc
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 _HSD_ImageDesc
impl Debug for _HSD_ImageDesc
impl Copy for _HSD_ImageDesc
Auto Trait Implementations§
impl Freeze for _HSD_ImageDesc
impl RefUnwindSafe for _HSD_ImageDesc
impl !Send for _HSD_ImageDesc
impl !Sync for _HSD_ImageDesc
impl Unpin for _HSD_ImageDesc
impl UnwindSafe for _HSD_ImageDesc
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