#[repr(C)]pub struct ComponentsRenderParams {
pub m_Collection: *mut CollectionHandle,
pub m_World: *mut c_void,
pub m_Context: *mut c_void,
}Fields§
§m_Collection: *mut CollectionHandleCollection handle
m_World: *mut c_voidComponent world
m_Context: *mut c_voidUser context
Trait Implementations§
Source§impl Clone for ComponentsRenderParams
impl Clone for ComponentsRenderParams
Source§fn clone(&self) -> ComponentsRenderParams
fn clone(&self) -> ComponentsRenderParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ComponentsRenderParams
impl Debug for ComponentsRenderParams
impl Copy for ComponentsRenderParams
Auto Trait Implementations§
impl Freeze for ComponentsRenderParams
impl RefUnwindSafe for ComponentsRenderParams
impl !Send for ComponentsRenderParams
impl !Sync for ComponentsRenderParams
impl Unpin for ComponentsRenderParams
impl UnwindSafe for ComponentsRenderParams
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