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