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
Source§fn eq(&self, other: &OutputSectionConstraint) -> bool
fn eq(&self, other: &OutputSectionConstraint) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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