#[repr(C, packed(4))]pub struct BoundBox {
pub vec: [[f32; 3]; 8],
pub flag: i32,
pub _pad0: [i8; 4],
}Fields§
§vec: [[f32; 3]; 8]§flag: i32§_pad0: [i8; 4]Trait Implementations§
Source§impl GeneratedBlendStruct for BoundBox
impl GeneratedBlendStruct for BoundBox
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "BoundBox"
const STRUCT_INDEX: usize = 171usize
const STRUCT_TYPE_INDEX: usize = 99usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<BoundBox> for BoundBox
Auto Trait Implementations§
impl Freeze for BoundBox
impl RefUnwindSafe for BoundBox
impl Send for BoundBox
impl Sync for BoundBox
impl Unpin for BoundBox
impl UnwindSafe for BoundBox
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