Struct x11_dl::xrender::_XPointFixed
source · #[repr(C)]pub struct _XPointFixed {
pub x: XFixed,
pub y: XFixed,
}
Fields§
§x: XFixed
§y: XFixed
Trait Implementations§
source§impl Clone for _XPointFixed
impl Clone for _XPointFixed
source§fn clone(&self) -> _XPointFixed
fn clone(&self) -> _XPointFixed
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 _XPointFixed
impl Debug for _XPointFixed
source§impl PartialEq for _XPointFixed
impl PartialEq for _XPointFixed
impl Copy for _XPointFixed
impl StructuralPartialEq for _XPointFixed
Auto Trait Implementations§
impl Freeze for _XPointFixed
impl RefUnwindSafe for _XPointFixed
impl Send for _XPointFixed
impl Sync for _XPointFixed
impl Unpin for _XPointFixed
impl UnwindSafe for _XPointFixed
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)