#[repr(C)]pub struct ULRect {
pub left: f32,
pub top: f32,
pub right: f32,
pub bottom: f32,
}Fields§
§left: f32§top: f32§right: f32§bottom: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ULRect
impl RefUnwindSafe for ULRect
impl Send for ULRect
impl Sync for ULRect
impl Unpin for ULRect
impl UnwindSafe for ULRect
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