pub struct RwSectionHeader {
pub section_type: u32,
pub section_size: u32,
pub version_number: u32,
}
Fields§
§section_type: u32
§section_size: u32
§version_number: u32
Auto Trait Implementations§
impl Freeze for RwSectionHeader
impl RefUnwindSafe for RwSectionHeader
impl Send for RwSectionHeader
impl Sync for RwSectionHeader
impl Unpin for RwSectionHeader
impl UnwindSafe for RwSectionHeader
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