#[repr(C)]pub struct SliceType<'shape> {
pub t: &'shape Shape<'shape>,
}Expand description
Describes a slice ([T])
Fields§
§t: &'shape Shape<'shape>Shape of the underlying object stored on slice
Trait Implementations§
impl<'shape> Copy for SliceType<'shape>
Auto Trait Implementations§
impl<'shape> Freeze for SliceType<'shape>
impl<'shape> RefUnwindSafe for SliceType<'shape>
impl<'shape> Send for SliceType<'shape>
impl<'shape> Sync for SliceType<'shape>
impl<'shape> Unpin for SliceType<'shape>
impl<'shape> UnwindSafe for SliceType<'shape>
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