#[repr(C)]pub struct InteractionRenderModelSubactionPathInfoEXT {
pub ty: StructureType,
pub next: *const c_void,
}Expand description
Fields§
§ty: StructureType§next: *const c_voidImplementations§
Source§impl InteractionRenderModelSubactionPathInfoEXT
impl InteractionRenderModelSubactionPathInfoEXT
pub const TYPE: StructureType = StructureType::INTERACTION_RENDER_MODEL_SUBACTION_PATH_INFO_EXT
Trait Implementations§
Source§impl Clone for InteractionRenderModelSubactionPathInfoEXT
impl Clone for InteractionRenderModelSubactionPathInfoEXT
Source§fn clone(&self) -> InteractionRenderModelSubactionPathInfoEXT
fn clone(&self) -> InteractionRenderModelSubactionPathInfoEXT
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 moreimpl Copy for InteractionRenderModelSubactionPathInfoEXT
Auto Trait Implementations§
impl Freeze for InteractionRenderModelSubactionPathInfoEXT
impl RefUnwindSafe for InteractionRenderModelSubactionPathInfoEXT
impl !Send for InteractionRenderModelSubactionPathInfoEXT
impl !Sync for InteractionRenderModelSubactionPathInfoEXT
impl Unpin for InteractionRenderModelSubactionPathInfoEXT
impl UnwindSafe for InteractionRenderModelSubactionPathInfoEXT
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