[][src]Struct abi_stable::std_types::range::RRangeInclusive

#[repr(C)]
pub struct RRangeInclusive<T> {
    pub start: T,
    pub end: T,
}

Ffi-safe equivalent of ::std::ops::RangeInclusive

Fields

start: Tend: T

Trait Implementations

impl<T> IntoReprRust for RRangeInclusive<T>[src]

type ReprRust = RangeInclusive<T>

impl<T> GetStaticEquivalent_ for RRangeInclusive<T> where
    T: __StableAbi
[src]

type StaticEquivalent = _static_RRangeInclusive<__GetStaticEquivalent<T>>

impl<T> SharedStableAbi for RRangeInclusive<T> where
    T: __StableAbi
[src]

type IsNonZeroType = False

Whether this type has a single invalid bit-pattern. Read more

type Kind = __ValueKind

The kind of abi stability of this type,there are 2: Read more

impl<T> Into<RangeInclusive<T>> for RRangeInclusive<T>[src]

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

impl<T> IntoIterator for RRangeInclusive<T> where
    RangeInclusive<T>: Iterator<Item = T>, 
[src]

type IntoIter = RangeInclusive<T>

Which kind of iterator are we turning this into?

type Item = T

The type of the elements being iterated over.

impl<T: Clone> Clone for RRangeInclusive<T>[src]

impl<T: Copy> Copy for RRangeInclusive<T>[src]

impl<T: Eq> Eq for RRangeInclusive<T>[src]

impl<T: Ord> Ord for RRangeInclusive<T>[src]

impl<T: PartialEq> PartialEq<RRangeInclusive<T>> for RRangeInclusive<T>[src]

impl<T: PartialOrd> PartialOrd<RRangeInclusive<T>> for RRangeInclusive<T>[src]

impl<T: Debug> Debug for RRangeInclusive<T>[src]

impl<T: Hash> Hash for RRangeInclusive<T>[src]

impl<'de, T> Deserialize<'de> for RRangeInclusive<T> where
    T: Deserialize<'de>, 
[src]

impl<T> Serialize for RRangeInclusive<T> where
    T: Serialize
[src]

Auto Trait Implementations

impl<T> Send for RRangeInclusive<T> where
    T: Send

impl<T> Sync for RRangeInclusive<T> where
    T: Sync

impl<T> Unpin for RRangeInclusive<T> where
    T: Unpin

impl<T> UnwindSafe for RRangeInclusive<T> where
    T: UnwindSafe

impl<T> RefUnwindSafe for RRangeInclusive<T> where
    T: RefUnwindSafe

Blanket Implementations

impl<This> GetConstGenericVTable for This where
    This: StableAbi + Eq + PartialEq<This> + Debug + Send + Sync
[src]

impl<This> StableAbi for This where
    This: SharedStableAbi<Kind = ValueKind>, 
[src]

impl<This> TransmuteElement for This where
    This: ?Sized
[src]

impl<'a, T> BorrowOwned<'a> for T where
    T: 'a + Clone
[src]

type ROwned = T

type RBorrowed = &'a T

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

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

impl<I> IntoIterator for I where
    I: Iterator
[src]

type Item = <I as Iterator>::Item

The type of the elements being iterated over.

type IntoIter = I

Which kind of iterator are we turning this into?

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.

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

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

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

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

type Type = T

The same type as Self. Read more

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

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

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

The error type returned when the conversion fails.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]