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
sourceimpl Clone for ISC_ARRAY_BOUND
impl Clone for ISC_ARRAY_BOUND
sourcefn clone(&self) -> ISC_ARRAY_BOUND
fn clone(&self) -> ISC_ARRAY_BOUND
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 ISC_ARRAY_BOUND
impl Debug for ISC_ARRAY_BOUND
impl Copy for ISC_ARRAY_BOUND
Auto Trait Implementations
impl RefUnwindSafe for ISC_ARRAY_BOUND
impl Send for ISC_ARRAY_BOUND
impl Sync for ISC_ARRAY_BOUND
impl Unpin for ISC_ARRAY_BOUND
impl UnwindSafe for ISC_ARRAY_BOUND
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