#[repr(C)]pub struct _min_max {
pub fMin: FLOAT32,
pub fMax: FLOAT32,
}
Fields§
§fMin: FLOAT32
§fMax: FLOAT32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for _min_max
impl Send for _min_max
impl Sync for _min_max
impl Unpin for _min_max
impl UnwindSafe for _min_max
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