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