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