pub enum OutputSectionType {
NoLoad,
DSect,
Copy,
Info,
Overlay,
}Variants§
Trait Implementations§
Source§impl Debug for OutputSectionType
impl Debug for OutputSectionType
Source§impl PartialEq for OutputSectionType
impl PartialEq for OutputSectionType
Source§fn eq(&self, other: &OutputSectionType) -> bool
fn eq(&self, other: &OutputSectionType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OutputSectionType
Auto Trait Implementations§
impl Freeze for OutputSectionType
impl RefUnwindSafe for OutputSectionType
impl Send for OutputSectionType
impl Sync for OutputSectionType
impl Unpin for OutputSectionType
impl UnsafeUnpin for OutputSectionType
impl UnwindSafe for OutputSectionType
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