Enum windows_metadata::reader::ArrayInfo
source · [−]pub enum ArrayInfo {
Fixed(usize),
RelativeLen(usize),
RelativeByteLen(usize),
RelativePtr(usize),
None,
}
Variants
Fixed(usize)
RelativeLen(usize)
RelativeByteLen(usize)
RelativePtr(usize)
None
Trait Implementations
impl Copy for ArrayInfo
impl Eq for ArrayInfo
impl StructuralEq for ArrayInfo
impl StructuralPartialEq for ArrayInfo
Auto Trait Implementations
impl RefUnwindSafe for ArrayInfo
impl Send for ArrayInfo
impl Sync for ArrayInfo
impl Unpin for ArrayInfo
impl UnwindSafe for ArrayInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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