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