#[repr(C)]pub struct _XTrapezoid {
pub top: XFixed,
pub bottom: XFixed,
pub left: XLineFixed,
pub right: XLineFixed,
}
Fields§
§top: XFixed
§bottom: XFixed
§left: XLineFixed
§right: XLineFixed
Trait Implementations§
Source§impl Clone for _XTrapezoid
impl Clone for _XTrapezoid
Source§fn clone(&self) -> _XTrapezoid
fn clone(&self) -> _XTrapezoid
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _XTrapezoid
impl Debug for _XTrapezoid
Source§impl PartialEq for _XTrapezoid
impl PartialEq for _XTrapezoid
impl Copy for _XTrapezoid
impl StructuralPartialEq for _XTrapezoid
Auto Trait Implementations§
impl Freeze for _XTrapezoid
impl RefUnwindSafe for _XTrapezoid
impl Send for _XTrapezoid
impl Sync for _XTrapezoid
impl Unpin for _XTrapezoid
impl UnwindSafe for _XTrapezoid
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