#[repr(C)]pub struct BoxDesc {}
Fields§
§texX: cc_uint16
§texY: cc_uint16
§sizeX: cc_uint8
§sizeY: cc_uint8
§sizeZ: cc_uint8
§x1: f32
§y1: f32
§z1: f32
§x2: f32
§y2: f32
§z2: f32
§rotX: f32
§rotY: f32
§rotZ: f32
Implementations§
Trait Implementations§
impl Copy for BoxDesc
impl StructuralPartialEq for BoxDesc
Auto Trait Implementations§
impl Freeze for BoxDesc
impl RefUnwindSafe for BoxDesc
impl Send for BoxDesc
impl Sync for BoxDesc
impl Unpin for BoxDesc
impl UnwindSafe for BoxDesc
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