struct FixedRect {
left: i32,
top: i32,
right: i32,
bottom: i32,
}
Fields§
§left: i32
§top: i32
§right: i32
§bottom: i32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FixedRect
impl RefUnwindSafe for FixedRect
impl Send for FixedRect
impl Sync for FixedRect
impl Unpin for FixedRect
impl UnwindSafe for FixedRect
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