Struct rsfbclient_core::ibase::ISC_ARRAY_BOUND
source · #[repr(C)]pub struct ISC_ARRAY_BOUND {
pub array_bound_lower: c_short,
pub array_bound_upper: c_short,
}
Fields§
§array_bound_lower: c_short
§array_bound_upper: c_short
Trait Implementations§
source§impl Clone for ISC_ARRAY_BOUND
impl Clone for ISC_ARRAY_BOUND
source§fn clone(&self) -> ISC_ARRAY_BOUND
fn clone(&self) -> ISC_ARRAY_BOUND
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 more