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