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