Struct rsfbclient_core::ibase::GDS_QUAD_t
source · #[repr(C)]pub struct GDS_QUAD_t {
pub gds_quad_high: ISC_LONG,
pub gds_quad_low: ISC_ULONG,
}
Fields§
§gds_quad_high: ISC_LONG
§gds_quad_low: ISC_ULONG
Trait Implementations§
source§impl Clone for GDS_QUAD_t
impl Clone for GDS_QUAD_t
source§fn clone(&self) -> GDS_QUAD_t
fn clone(&self) -> GDS_QUAD_t
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 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§
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