pub enum OutputSectionConstraint {
OnlyIfRo,
OnlyIfRw,
}
Variants§
Trait Implementations§
Source§impl Debug for OutputSectionConstraint
impl Debug for OutputSectionConstraint
Source§impl PartialEq for OutputSectionConstraint
impl PartialEq for OutputSectionConstraint
impl StructuralPartialEq for OutputSectionConstraint
Auto Trait Implementations§
impl Freeze for OutputSectionConstraint
impl RefUnwindSafe for OutputSectionConstraint
impl Send for OutputSectionConstraint
impl Sync for OutputSectionConstraint
impl Unpin for OutputSectionConstraint
impl UnwindSafe for OutputSectionConstraint
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