Struct rsfbclient_core::ibase::GDS_QUAD_t
source · [−]Fields
gds_quad_high: ISC_LONG
gds_quad_low: ISC_ULONG
Trait Implementations
sourceimpl Clone for GDS_QUAD_t
impl Clone for GDS_QUAD_t
sourcefn clone(&self) -> GDS_QUAD_t
fn clone(&self) -> GDS_QUAD_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GDS_QUAD_t
impl Debug for GDS_QUAD_t
impl Copy for GDS_QUAD_t
Auto Trait Implementations
impl RefUnwindSafe for GDS_QUAD_t
impl Send for GDS_QUAD_t
impl Sync for GDS_QUAD_t
impl Unpin for GDS_QUAD_t
impl UnwindSafe for GDS_QUAD_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more