#[repr(C)]pub struct EcsTarget {
pub count: i32,
pub target: *mut ecs_record_t,
}Expand description
Target data for flattened relationships.
Fields§
§count: i32§target: *mut ecs_record_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for EcsTarget
impl RefUnwindSafe for EcsTarget
impl !Send for EcsTarget
impl !Sync for EcsTarget
impl Unpin for EcsTarget
impl UnwindSafe for EcsTarget
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