struct SecondPass {
output: Vec<u8>,
layout: Layout,
}Fields§
§output: Vec<u8>§layout: LayoutTrait Implementations§
Source§impl Output for SecondPass
impl Output for SecondPass
fn note_offset(&mut self, _offset_type: Offset)
fn get(&self, offset_type: Offset, idx: usize) -> usize
fn write(&mut self, data: &[u8])
fn pad(&mut self, alignment: usize)
fn len(&self) -> usize
fn get_div(&self, offset_type: Offset, idx: usize, div: usize) -> usize
fn get_nid(&self, idx: usize) -> u64
fn get_xattr(&self, idx: usize) -> u32
fn write_struct(&mut self, st: impl IntoBytes + Immutable)
Auto Trait Implementations§
impl Freeze for SecondPass
impl RefUnwindSafe for SecondPass
impl Send for SecondPass
impl Sync for SecondPass
impl Unpin for SecondPass
impl UnwindSafe for SecondPass
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