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