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