#[repr(C)]pub struct SectionHeader_<P> { /* private fields */ }
Trait Implementations§
Source§impl<P: Debug> Debug for SectionHeader_<P>
impl<P: Debug> Debug for SectionHeader_<P>
impl<P> Pod for SectionHeader_<P>
Auto Trait Implementations§
impl<P> Freeze for SectionHeader_<P>where
P: Freeze,
impl<P> RefUnwindSafe for SectionHeader_<P>where
P: RefUnwindSafe,
impl<P> Send for SectionHeader_<P>where
P: Send,
impl<P> Sync for SectionHeader_<P>where
P: Sync,
impl<P> Unpin for SectionHeader_<P>where
P: Unpin,
impl<P> UnwindSafe for SectionHeader_<P>where
P: UnwindSafe,
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