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