Struct msfs::sys::_xyz_minmax
source · #[repr(C)]pub struct _xyz_minmax {
pub xyzMin: XYZF32,
pub xyzMax: XYZF32,
}
Fields§
§xyzMin: XYZF32
§xyzMax: XYZF32
Trait Implementations§
source§impl Clone for _xyz_minmax
impl Clone for _xyz_minmax
source§fn clone(&self) -> _xyz_minmax
fn clone(&self) -> _xyz_minmax
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _xyz_minmax
impl Debug for _xyz_minmax
impl Copy for _xyz_minmax
Auto Trait Implementations§
impl RefUnwindSafe for _xyz_minmax
impl Send for _xyz_minmax
impl Sync for _xyz_minmax
impl Unpin for _xyz_minmax
impl UnwindSafe for _xyz_minmax
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