#[repr(C)]pub struct ArrayBounds {
pub length: usize,
pub lower_bound: i32,
}Fields§
§length: usizeLength of the dimension
lower_bound: i32Lower bound of the dimension
Auto Trait Implementations§
impl Freeze for ArrayBounds
impl RefUnwindSafe for ArrayBounds
impl Send for ArrayBounds
impl Sync for ArrayBounds
impl Unpin for ArrayBounds
impl UnsafeUnpin for ArrayBounds
impl UnwindSafe for ArrayBounds
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