pub struct Flags<'a> { /* private fields */ }
Expand description
Structure that represents a dynamic flag entry: DT_FLAGS
or DT_FLAGS_1
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Flags<'a>
impl<'a> !Send for Flags<'a>
impl<'a> !Sync for Flags<'a>
impl<'a> Unpin for Flags<'a>
impl<'a> UnwindSafe for Flags<'a>
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