pub struct IVectorView<T>(/* private fields */)
where
T: RuntimeType + 'static;
Implementations§
Source§impl<T: RuntimeType + 'static> IVectorView<T>
impl<T: RuntimeType + 'static> IVectorView<T>
pub fn GetAt(&self, index: u32) -> Result<T>
pub fn Size(&self) -> Result<u32>
pub fn IndexOf<'a, T0__: IntoParam<'a, T>>( &self, value: T0__, index: &mut u32, ) -> Result<bool>
pub fn GetMany( &self, startindex: u32, items: &mut [<T as RuntimeType>::DefaultType], ) -> Result<u32>
pub fn First(&self) -> Result<IIterator<T>>
Trait Implementations§
Source§impl<T> Clone for IVectorView<T>where
T: RuntimeType + 'static + Clone,
impl<T> Clone for IVectorView<T>where
T: RuntimeType + 'static + Clone,
Source§fn clone(&self) -> IVectorView<T>
fn clone(&self) -> IVectorView<T>
Returns a duplicate 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<T> Debug for IVectorView<T>where
T: RuntimeType + 'static + Debug,
impl<T> Debug for IVectorView<T>where
T: RuntimeType + 'static + Debug,
Source§impl<T: RuntimeType + 'static> From<&IVectorView<T>> for IIterable<T>
impl<T: RuntimeType + 'static> From<&IVectorView<T>> for IIterable<T>
Source§fn from(value: &IVectorView<T>) -> Self
fn from(value: &IVectorView<T>) -> Self
Converts to this type from the input type.
Source§impl<T: RuntimeType + 'static> From<&IVectorView<T>> for Object
impl<T: RuntimeType + 'static> From<&IVectorView<T>> for Object
Source§fn from(value: &IVectorView<T>) -> Self
fn from(value: &IVectorView<T>) -> Self
Converts to this type from the input type.
Source§impl From<&WwwFormUrlDecoder> for IVectorView<IWwwFormUrlDecoderEntry>
impl From<&WwwFormUrlDecoder> for IVectorView<IWwwFormUrlDecoderEntry>
Source§fn from(value: &WwwFormUrlDecoder) -> Self
fn from(value: &WwwFormUrlDecoder) -> Self
Converts to this type from the input type.
Source§impl<T: RuntimeType + 'static> From<IVectorView<T>> for IIterable<T>
impl<T: RuntimeType + 'static> From<IVectorView<T>> for IIterable<T>
Source§fn from(value: IVectorView<T>) -> Self
fn from(value: IVectorView<T>) -> Self
Converts to this type from the input type.
Source§impl<T: RuntimeType + 'static> From<IVectorView<T>> for Object
impl<T: RuntimeType + 'static> From<IVectorView<T>> for Object
Source§fn from(value: IVectorView<T>) -> Self
fn from(value: IVectorView<T>) -> Self
Converts to this type from the input type.
Source§impl From<WwwFormUrlDecoder> for IVectorView<IWwwFormUrlDecoderEntry>
impl From<WwwFormUrlDecoder> for IVectorView<IWwwFormUrlDecoderEntry>
Source§fn from(value: WwwFormUrlDecoder) -> Self
fn from(value: WwwFormUrlDecoder) -> Self
Converts to this type from the input type.
Source§impl<T: RuntimeType + 'static> Interface for IVectorView<T>
impl<T: RuntimeType + 'static> Interface for IVectorView<T>
const IID: Guid
type Vtable = IVectorView_abi<T>
Source§impl<'a, T: RuntimeType> IntoIterator for &'a IVectorView<T>
impl<'a, T: RuntimeType> IntoIterator for &'a IVectorView<T>
Source§type IntoIter = VectorViewIterator<<&'a IVectorView<T> as IntoIterator>::Item>
type IntoIter = VectorViewIterator<<&'a IVectorView<T> as IntoIterator>::Item>
Which kind of iterator are we turning this into?
Source§impl<T: RuntimeType> IntoIterator for IVectorView<T>
impl<T: RuntimeType> IntoIterator for IVectorView<T>
Source§type IntoIter = VectorViewIterator<<IVectorView<T> as IntoIterator>::Item>
type IntoIter = VectorViewIterator<<IVectorView<T> as IntoIterator>::Item>
Which kind of iterator are we turning this into?
Source§impl<'a, T: RuntimeType + 'static> IntoParam<'a, IIterable<T>> for &'a IVectorView<T>
impl<'a, T: RuntimeType + 'static> IntoParam<'a, IIterable<T>> for &'a IVectorView<T>
fn into_param(self) -> Param<'a, IIterable<T>>
Source§impl<'a, T: RuntimeType + 'static> IntoParam<'a, IIterable<T>> for IVectorView<T>
impl<'a, T: RuntimeType + 'static> IntoParam<'a, IIterable<T>> for IVectorView<T>
fn into_param(self) -> Param<'a, IIterable<T>>
Source§impl<'a> IntoParam<'a, IVectorView<IWwwFormUrlDecoderEntry>> for &'a WwwFormUrlDecoder
impl<'a> IntoParam<'a, IVectorView<IWwwFormUrlDecoderEntry>> for &'a WwwFormUrlDecoder
fn into_param(self) -> Param<'a, IVectorView<IWwwFormUrlDecoderEntry>>
Source§impl<'a> IntoParam<'a, IVectorView<IWwwFormUrlDecoderEntry>> for WwwFormUrlDecoder
impl<'a> IntoParam<'a, IVectorView<IWwwFormUrlDecoderEntry>> for WwwFormUrlDecoder
fn into_param(self) -> Param<'a, IVectorView<IWwwFormUrlDecoderEntry>>
Source§impl<'a, T: RuntimeType + 'static> IntoParam<'a, Object> for &'a IVectorView<T>
impl<'a, T: RuntimeType + 'static> IntoParam<'a, Object> for &'a IVectorView<T>
fn into_param(self) -> Param<'a, Object>
Source§impl<'a, T: RuntimeType + 'static> IntoParam<'a, Object> for IVectorView<T>
impl<'a, T: RuntimeType + 'static> IntoParam<'a, Object> for IVectorView<T>
fn into_param(self) -> Param<'a, Object>
Source§impl<T> PartialEq for IVectorView<T>where
T: RuntimeType + 'static + PartialEq,
impl<T> PartialEq for IVectorView<T>where
T: RuntimeType + 'static + PartialEq,
Source§impl<T: RuntimeType + 'static> RuntimeType for IVectorView<T>
impl<T: RuntimeType + 'static> RuntimeType for IVectorView<T>
const SIGNATURE: ConstBuffer
type DefaultType = Option<IVectorView<T>>
impl<T> Eq for IVectorView<T>where
T: RuntimeType + 'static + Eq,
impl<T> StructuralPartialEq for IVectorView<T>where
T: RuntimeType + 'static,
Auto Trait Implementations§
impl<T> Freeze for IVectorView<T>
impl<T> RefUnwindSafe for IVectorView<T>where
T: RefUnwindSafe,
impl<T> !Send for IVectorView<T>
impl<T> !Sync for IVectorView<T>
impl<T> Unpin for IVectorView<T>where
T: Unpin,
impl<T> UnwindSafe for IVectorView<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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