#[repr(C)]pub struct _XSpanFix {
pub left: XFixed,
pub right: XFixed,
pub y: XFixed,
}
Fields§
§left: XFixed
§right: XFixed
§y: XFixed
Trait Implementations§
source§impl PartialEq for _XSpanFix
impl PartialEq for _XSpanFix
impl Copy for _XSpanFix
impl StructuralPartialEq for _XSpanFix
Auto Trait Implementations§
impl Freeze for _XSpanFix
impl RefUnwindSafe for _XSpanFix
impl Send for _XSpanFix
impl Sync for _XSpanFix
impl Unpin for _XSpanFix
impl UnwindSafe for _XSpanFix
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