#[repr(C)]pub struct BLBoxI {
pub x0: c_int,
pub y0: c_int,
pub x1: c_int,
pub y1: c_int,
}Fields§
§x0: c_int§y0: c_int§x1: c_int§y1: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for BLBoxI
impl RefUnwindSafe for BLBoxI
impl Send for BLBoxI
impl Sync for BLBoxI
impl Unpin for BLBoxI
impl UnwindSafe for BLBoxI
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