pub enum AuxSection {
Data(AuxObject),
Script(AuxScript),
}Expand description
One section of an auxiliary file.
Variants§
Trait Implementations§
Source§impl Clone for AuxSection
impl Clone for AuxSection
Source§fn clone(&self) -> AuxSection
fn clone(&self) -> AuxSection
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 AuxSection
impl Debug for AuxSection
Source§impl PartialEq for AuxSection
impl PartialEq for AuxSection
impl StructuralPartialEq for AuxSection
Auto Trait Implementations§
impl Freeze for AuxSection
impl RefUnwindSafe for AuxSection
impl Send for AuxSection
impl Sync for AuxSection
impl Unpin for AuxSection
impl UnsafeUnpin for AuxSection
impl UnwindSafe for AuxSection
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