Struct peresil::SlicePoint[][src]

pub struct SlicePoint<'s, T: 's> {
    pub offset: usize,
    pub s: &'s [T],
}

Fields

Methods

impl<'s, T: 's> SlicePoint<'s, T>
[src]

Trait Implementations

impl<'s, T: Debug + 's> Debug for SlicePoint<'s, T>
[src]

Formats the value using the given formatter. Read more

impl<'s, T> Point for SlicePoint<'s, T>
[src]

The initial point

impl<'s, T> Copy for SlicePoint<'s, T>
[src]

impl<'s, T> Clone for SlicePoint<'s, T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'s, T> PartialOrd for SlicePoint<'s, 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<'s, T> Ord for SlicePoint<'s, T>
[src]

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

impl<'s, T> PartialEq for SlicePoint<'s, T>
[src]

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

This method tests for !=.

impl<'s, T> Eq for SlicePoint<'s, T>
[src]

Auto Trait Implementations

impl<'s, T> Send for SlicePoint<'s, T> where
    T: Sync

impl<'s, T> Sync for SlicePoint<'s, T> where
    T: Sync