Struct classicube_sys::BoxDesc
source · #[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: f32Implementations§
Trait Implementations§
source§impl PartialEq for BoxDesc
impl PartialEq for BoxDesc
impl Copy for BoxDesc
impl StructuralPartialEq for BoxDesc
Auto Trait Implementations§
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