Struct object::read::Comdat[][src]

pub struct Comdat<'data, 'file, R: ReadRef<'data> = &'data [u8]> where
    'data: 'file, 
{ /* fields omitted */ }

A COMDAT section group of a File.

Trait Implementations

impl<'data, 'file, R: ReadRef<'data>> Debug for Comdat<'data, 'file, R>[src]

impl<'data, 'file, R: ReadRef<'data>> ObjectComdat<'data> for Comdat<'data, 'file, R>[src]

type SectionIterator = ComdatSectionIterator<'data, 'file, R>

An iterator over the sections in the object file.

Auto Trait Implementations

impl<'data, 'file, R> RefUnwindSafe for Comdat<'data, 'file, R> where
    R: RefUnwindSafe

impl<'data, 'file, R> Send for Comdat<'data, 'file, R> where
    R: Sync

impl<'data, 'file, R> Sync for Comdat<'data, 'file, R> where
    R: Sync

impl<'data, 'file, R> Unpin for Comdat<'data, 'file, R> where
    'data: 'file, 

impl<'data, 'file, R> UnwindSafe for Comdat<'data, 'file, R> where
    R: RefUnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.