pub struct PaddingHole {
pub offset: u64,
pub size: u64,
pub after_member: Option<String>,
}Fields§
§offset: u64§size: u64§after_member: Option<String>Trait Implementations§
Source§impl Clone for PaddingHole
impl Clone for PaddingHole
Source§fn clone(&self) -> PaddingHole
fn clone(&self) -> PaddingHole
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 PaddingHole
impl Debug for PaddingHole
Auto Trait Implementations§
impl Freeze for PaddingHole
impl RefUnwindSafe for PaddingHole
impl Send for PaddingHole
impl Sync for PaddingHole
impl Unpin for PaddingHole
impl UnwindSafe for PaddingHole
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