#[repr(C)]pub struct IMAGE_BOX {
pub xstart: c_int,
pub ystart: c_int,
pub xsize: c_int,
pub ysize: c_int,
pub chsel: c_int,
}Fields§
§xstart: c_int§ystart: c_int§xsize: c_int§ysize: c_int§chsel: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for IMAGE_BOX
impl RefUnwindSafe for IMAGE_BOX
impl Send for IMAGE_BOX
impl Sync for IMAGE_BOX
impl Unpin for IMAGE_BOX
impl UnwindSafe for IMAGE_BOX
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