#[repr(C, packed(4))]pub struct TexMapping {}Fields§
§loc: [f32; 3]§rot: [f32; 3]§size: [f32; 3]§flag: i32§projx: i8§projy: i8§projz: i8§mapping: i8§type_: i32§mat: [[f32; 4]; 4]§min: [f32; 3]§max: [f32; 3]§ob: Pointer<Object>Trait Implementations§
Source§impl GeneratedBlendStruct for TexMapping
impl GeneratedBlendStruct for TexMapping
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "TexMapping"
const STRUCT_INDEX: usize = 55usize
const STRUCT_TYPE_INDEX: usize = 89usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<TexMapping> for TexMapping
Auto Trait Implementations§
impl Freeze for TexMapping
impl RefUnwindSafe for TexMapping
impl Send for TexMapping
impl Sync for TexMapping
impl Unpin for TexMapping
impl UnwindSafe for TexMapping
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