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 moresource§impl 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§
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