#[repr(C)]pub struct Range {
pub scale: c_int,
pub x: c_int,
pub z: c_int,
pub sx: c_int,
pub sz: c_int,
pub y: c_int,
pub sy: c_int,
}Fields§
§scale: c_int§x: c_int§z: c_int§sx: c_int§sz: c_int§y: c_int§sy: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for Range
impl RefUnwindSafe for Range
impl Send for Range
impl Sync for Range
impl Unpin for Range
impl UnwindSafe for Range
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