pub struct StaticSize<N: Unsigned>(/* private fields */);Trait Implementations§
Source§impl<N: Unsigned> Size for StaticSize<N>
impl<N: Unsigned> Size for StaticSize<N>
impl<N, M: Unsigned> IsEqual<StaticSize<M>> for StaticSize<N>
impl<N: Unsigned> IsFinite for StaticSize<N>
impl<N, M: Unsigned> IsGreaterOrEqual<StaticSize<M>> for StaticSize<N>where
N: IsGreaterOrEqual<M> + Unsigned,
impl<N: Unsigned> IsGreaterOrEqual<StaticSize<N>> for InfiniteSize
impl<N, M: Unsigned> IsGreaterThan<StaticSize<M>> for StaticSize<N>
impl<N: Unsigned> IsGreaterThan<StaticSize<N>> for InfiniteSize
impl<N: Unsigned> IsLessOrEqual<InfiniteSize> for StaticSize<N>
impl<N, M: Unsigned> IsLessOrEqual<StaticSize<M>> for StaticSize<N>where
N: IsLessOrEqual<M> + Unsigned,
impl<N: Unsigned> IsLessThan<InfiniteSize> for StaticSize<N>
impl<N, M: Unsigned> IsLessThan<StaticSize<M>> for StaticSize<N>
Auto Trait Implementations§
impl<N> Freeze for StaticSize<N>
impl<N> RefUnwindSafe for StaticSize<N>where
N: RefUnwindSafe,
impl<N> Send for StaticSize<N>where
N: Send,
impl<N> Sync for StaticSize<N>where
N: Sync,
impl<N> Unpin for StaticSize<N>where
N: Unpin,
impl<N> UnwindSafe for StaticSize<N>where
N: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more