Struct rdiff::Delete [] [src]

pub struct Delete {
    // some fields omitted
}

Represents an operation to delete a certain number of bytes at a particular position in a file

Methods

impl Delete
[src]

fn get_position(&self) -> usize

Gets the byte position of this delete operation in its file

fn get_length(&self) -> usize

Gets the length in bytes of this delete operation

Trait Implementations

impl Debug for Delete
[src]

fn fmt(&self, fmt: &mut Formatter) -> Result

Formats the value using the given formatter.

Derived Implementations

impl PartialEq for Delete
[src]

fn eq(&self, __arg_0: &Delete) -> bool

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

fn ne(&self, __arg_0: &Delete) -> bool

This method tests for !=.