#[repr(C)]pub struct RaySlice {
pub data: *mut c_void,
pub len: RayInt64,
pub cap: RayInt64,
}
Fields§
§data: *mut c_void
§len: RayInt64
§cap: RayInt64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RaySlice
impl RefUnwindSafe for RaySlice
impl !Send for RaySlice
impl !Sync for RaySlice
impl Unpin for RaySlice
impl UnwindSafe for RaySlice
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