#[repr(C)]pub struct FixedRect {
pub top: Fixed,
pub left: Fixed,
pub bottom: Fixed,
pub right: Fixed,
}
Fields§
§top: Fixed
§left: Fixed
§bottom: Fixed
§right: Fixed
Trait Implementations§
impl Copy for FixedRect
impl Eq for FixedRect
impl StructuralPartialEq for FixedRect
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