pub struct CustomSectionInfo { /* private fields */ }Expand description
Statistics about a custom section.
Auto Trait Implementations§
impl Freeze for CustomSectionInfo
impl RefUnwindSafe for CustomSectionInfo
impl Send for CustomSectionInfo
impl Sync for CustomSectionInfo
impl Unpin for CustomSectionInfo
impl UnwindSafe for CustomSectionInfo
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