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