pub struct ArrayDimensions { /* private fields */ }Expand description
The dimensions of an array PropertyObject (ArrayDimensions).
A non-array property reports zero dimensions, so this is safe to ask for on anything.
Bounds are read and written as strings such as [0,0] and [2,4]. The
engine also exposes them as SAFEARRAYs, but the string form carries the
same information through the ordinary dispatch path.
Implementations§
Source§impl ArrayDimensions
impl ArrayDimensions
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ArrayDimensions
impl !Send for ArrayDimensions
impl !Sync for ArrayDimensions
impl !UnwindSafe for ArrayDimensions
impl Freeze for ArrayDimensions
impl Unpin for ArrayDimensions
impl UnsafeUnpin for ArrayDimensions
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