#[repr(C, packed(4))]pub struct XrComponentPath {
pub next: Pointer<XrComponentPath>,
pub prev: Pointer<XrComponentPath>,
pub path: [i8; 192],
}
Fields§
§next: Pointer<XrComponentPath>
§prev: Pointer<XrComponentPath>
§path: [i8; 192]
Trait Implementations§
Source§impl DoubleLinked<Pointer<XrComponentPath>> for XrComponentPath
impl DoubleLinked<Pointer<XrComponentPath>> for XrComponentPath
Source§impl GeneratedBlendStruct for XrComponentPath
impl GeneratedBlendStruct for XrComponentPath
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "XrComponentPath"
const STRUCT_INDEX: usize = 778usize
const STRUCT_TYPE_INDEX: usize = 908usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<XrComponentPath> for XrComponentPath
Auto Trait Implementations§
impl Freeze for XrComponentPath
impl RefUnwindSafe for XrComponentPath
impl Send for XrComponentPath
impl Sync for XrComponentPath
impl Unpin for XrComponentPath
impl UnwindSafe for XrComponentPath
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