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