#[repr(C)]pub struct CreationGraphThumbnailRefreshT {
pub type_: CreationGraphThumbnailRefreshType,
pub immediate_handle: RendererHandleT,
pub entity: EntityT,
}
Fields§
§type_: CreationGraphThumbnailRefreshType
§immediate_handle: RendererHandleT
§entity: EntityT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreationGraphThumbnailRefreshT
impl RefUnwindSafe for CreationGraphThumbnailRefreshT
impl Send for CreationGraphThumbnailRefreshT
impl Sync for CreationGraphThumbnailRefreshT
impl Unpin for CreationGraphThumbnailRefreshT
impl UnwindSafe for CreationGraphThumbnailRefreshT
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