#[repr(C)]pub struct EcsPoly {
pub poly: *mut c_void,
}Expand description
Component for storing a poly object
Fields§
§poly: *mut c_void< Pointer to poly object
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EcsPoly
impl RefUnwindSafe for EcsPoly
impl !Send for EcsPoly
impl !Sync for EcsPoly
impl Unpin for EcsPoly
impl UnwindSafe for EcsPoly
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