#[repr(C)]pub struct U64Slice {
pub pointer: *const u64,
pub length: usize,
}Fields§
§pointer: *const u64§length: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for U64Slice
impl !Sync for U64Slice
impl Freeze for U64Slice
impl RefUnwindSafe for U64Slice
impl Unpin for U64Slice
impl UnsafeUnpin for U64Slice
impl UnwindSafe for U64Slice
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