pub struct RelocBlock {
pub va: HeaderField<u32>,
pub size: HeaderField<u32>,
pub relocs: Vec<HeaderField<Reloc>>,
}Fields§
§va: HeaderField<u32>§size: HeaderField<u32>§relocs: Vec<HeaderField<Reloc>>Implementations§
Trait Implementations§
Source§impl Debug for RelocBlock
impl Debug for RelocBlock
Source§impl Default for RelocBlock
impl Default for RelocBlock
Source§fn default() -> RelocBlock
fn default() -> RelocBlock
Returns the “default value” for a type. Read more
Source§impl Display for RelocBlock
impl Display for RelocBlock
Source§impl From<&RelocBlock> for RelocBlockValue
impl From<&RelocBlock> for RelocBlockValue
Source§fn from(value: &RelocBlock) -> Self
fn from(value: &RelocBlock) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RelocBlock
impl RefUnwindSafe for RelocBlock
impl Send for RelocBlock
impl Sync for RelocBlock
impl Unpin for RelocBlock
impl UnwindSafe for RelocBlock
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