#[repr(C, packed(4))]pub struct rcti {
pub xmin: i32,
pub xmax: i32,
pub ymin: i32,
pub ymax: i32,
}Fields§
§xmin: i32§xmax: i32§ymin: i32§ymax: i32Trait Implementations§
Source§impl GeneratedBlendStruct for rcti
impl GeneratedBlendStruct for rcti
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "rcti"
const STRUCT_INDEX: usize = 6usize
const STRUCT_TYPE_INDEX: usize = 19usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<rcti> for rcti
Auto Trait Implementations§
impl Freeze for rcti
impl RefUnwindSafe for rcti
impl Send for rcti
impl Sync for rcti
impl Unpin for rcti
impl UnwindSafe for rcti
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