#[repr(C, packed(4))]pub struct XrActionMapBinding {
pub next: Pointer<XrActionMapBinding>,
pub prev: Pointer<XrActionMapBinding>,
pub name: [i8; 64],
pub profile: [i8; 256],
pub component_paths: ListBase,
pub float_threshold: f32,
pub axis_flag: i16,
pub _pad: [i8; 2],
pub pose_location: [f32; 3],
pub pose_rotation: [f32; 3],
}Fields§
§next: Pointer<XrActionMapBinding>§prev: Pointer<XrActionMapBinding>§name: [i8; 64]§profile: [i8; 256]§component_paths: ListBase§float_threshold: f32§axis_flag: i16§_pad: [i8; 2]§pose_location: [f32; 3]§pose_rotation: [f32; 3]Trait Implementations§
Source§impl GeneratedBlendStruct for XrActionMapBinding
impl GeneratedBlendStruct for XrActionMapBinding
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "XrActionMapBinding"
const STRUCT_INDEX: usize = 779usize
const STRUCT_TYPE_INDEX: usize = 909usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<XrActionMapBinding> for XrActionMapBinding
Auto Trait Implementations§
impl Freeze for XrActionMapBinding
impl RefUnwindSafe for XrActionMapBinding
impl Send for XrActionMapBinding
impl Sync for XrActionMapBinding
impl Unpin for XrActionMapBinding
impl UnwindSafe for XrActionMapBinding
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