#[repr(C)]pub struct Spheref {
pub center: Posef,
pub radius: f32,
}
Expand description
See XrSpheref
Fields§
§center: Posef
§radius: f32
Trait Implementations§
impl Copy for Spheref
impl StructuralPartialEq for Spheref
Auto Trait Implementations§
impl Freeze for Spheref
impl RefUnwindSafe for Spheref
impl Send for Spheref
impl Sync for Spheref
impl Unpin for Spheref
impl UnwindSafe for Spheref
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