Struct machinery_api::plugins::renderer::RendererImageViewT [−][src]
#[repr(C)]pub struct RendererImageViewT { pub first_layer: u16, pub layer_count: u16, pub first_mip: u8, pub mip_count: u8, pub _bitfield_align_1: [u8; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>, pub _padding_168: [c_char; 1], }
Fields
first_layer: u16layer_count: u16first_mip: u8mip_count: u8_bitfield_align_1: [u8; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>_padding_168: [c_char; 1]Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for RendererImageViewT
impl Send for RendererImageViewT
impl Sync for RendererImageViewT
impl Unpin for RendererImageViewT
impl UnwindSafe for RendererImageViewT
Blanket Implementations
Mutably borrows from an owned value. Read more