#[repr(C)]pub struct _array { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _array
impl RefUnwindSafe for _array
impl Send for _array
impl Sync for _array
impl Unpin for _array
impl UnwindSafe for _array
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