#[repr(C)]pub struct CRange<T: Debug + Sized + Clone + Copy> {
pub start: T,
pub end: T,
}Fields§
§start: T§end: TImplementations§
Trait Implementations§
impl<T: Copy + Debug + Sized + Clone + Copy> Copy for CRange<T>
Auto Trait Implementations§
impl<T> Freeze for CRange<T>where
T: Freeze,
impl<T> RefUnwindSafe for CRange<T>where
T: RefUnwindSafe,
impl<T> Send for CRange<T>where
T: Send,
impl<T> Sync for CRange<T>where
T: Sync,
impl<T> Unpin for CRange<T>where
T: Unpin,
impl<T> UnwindSafe for CRange<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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