pub struct Free {
pub zeroed: Zeroed,
}Expand description
Free padding space, will be automatically skipped during parsing.
Also see Skip for a similar atom.
Fields§
§zeroed: ZeroedTrait Implementations§
impl StructuralPartialEq for Free
Auto Trait Implementations§
impl Freeze for Free
impl RefUnwindSafe for Free
impl Send for Free
impl Sync for Free
impl Unpin for Free
impl UnsafeUnpin for Free
impl UnwindSafe for Free
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