pub struct FormatContext {
pub sizeof_addr: u8,
pub sizeof_size: u8,
}Expand description
Format context carrying file-level encoding parameters
Fields§
§sizeof_addr: u8§sizeof_size: u8Implementations§
Source§impl FormatContext
impl FormatContext
pub fn default_v3() -> Self
Trait Implementations§
Source§impl Clone for FormatContext
impl Clone for FormatContext
Source§fn clone(&self) -> FormatContext
fn clone(&self) -> FormatContext
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FormatContext
impl Debug for FormatContext
impl Copy for FormatContext
Auto Trait Implementations§
impl Freeze for FormatContext
impl RefUnwindSafe for FormatContext
impl Send for FormatContext
impl Sync for FormatContext
impl Unpin for FormatContext
impl UnsafeUnpin for FormatContext
impl UnwindSafe for FormatContext
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