#[repr(C)]pub struct ArrayRefStridesType {
pub data: *const StridesType,
pub len: usize,
}
Fields§
§data: *const StridesType
§len: usize
Trait Implementations§
Source§impl Clone for ArrayRefStridesType
impl Clone for ArrayRefStridesType
Source§impl Debug for ArrayRefStridesType
impl Debug for ArrayRefStridesType
impl Copy for ArrayRefStridesType
Auto Trait Implementations§
impl Freeze for ArrayRefStridesType
impl RefUnwindSafe for ArrayRefStridesType
impl !Send for ArrayRefStridesType
impl !Sync for ArrayRefStridesType
impl Unpin for ArrayRefStridesType
impl UnwindSafe for ArrayRefStridesType
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