Struct libpijul::pristine::SerializedRemote[][src]

#[repr(C)]
pub struct SerializedRemote { /* fields omitted */ }

Trait Implementations

Formats the value using the given formatter. Read more

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

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

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

This method tests for !=.

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

An iterator over the offsets to pages contained in this value. Only values from this crate can generate non-empty iterators, but combined values (like tuples) must chain the iterators returned by method page_offsets. Read more

If this value is an offset to another page at offset offset, return Some(offset). Return None else. Read more

This is required for B trees, not necessarily for other structures. The default implementation panics. Read more

If Self::SIZE.is_some(), this must return the same value. The default implementation is Self;:SIZE.unwrap(). Read more

Read the size from an on-page entry. If Self::SIZE.is_some() this must be the same value. Read more

Write to a page. Must not overwrite the allocated size, but this isn’t checked (which is why it’s unsafe). Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more