Struct pe::RVA [] [src]

#[repr(packed)]
pub struct RVA<T: ?Sized>(_, _);

Methods

impl<T: ?Sized> RVA<T>
[src]

Trait Implementations

impl<T: ?Sized, U: ?Sized> PartialEq<RVA<U>> for RVA<T>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<T: ?Sized, U: ?Sized> PartialOrd<RVA<U>> for RVA<T>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl<T: ?Sized> Eq for RVA<T>
[src]

impl<T: ?Sized> Ord for RVA<T>
[src]

This method returns an Ordering between self and other. Read more

impl<T: ?Sized> Debug for RVA<T>
[src]

Formats the value using the given formatter.

impl<T: ?Sized> Default for RVA<T>
[src]

Returns the "default value" for a type. Read more

impl<T: ?Sized> Clone for RVA<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: ?Sized> Copy for RVA<T>
[src]

impl<T: ?Sized> Sync for RVA<T>
[src]

impl<T: ?Sized> Send for RVA<T>
[src]

impl<T: ?Sized> Add<u32> for RVA<T>
[src]

The resulting type after applying the + operator

The method for the + operator

impl<T: ?Sized> Add<usize> for RVA<T>
[src]

The resulting type after applying the + operator

The method for the + operator