polars_utils::vec

Trait IntoRawParts

Source
pub trait IntoRawParts<T> {
    // Required methods
    fn into_raw_parts(self) -> (*mut T, usize, usize);
    fn raw_parts(&self) -> (*mut T, usize, usize);
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<T> IntoRawParts<T> for Vec<T>

Implementors§