#[repr(C)]pub enum RTLDState {
RtConsistent = 0,
RtAdd = 1,
RtDelete = 2,
}Variants§
RtConsistent = 0
Mapping change is complete.
RtAdd = 1
Beginning to add a new object.
RtDelete = 2
Beginning to remove an object mapping.
Auto Trait Implementations§
impl Freeze for RTLDState
impl RefUnwindSafe for RTLDState
impl Send for RTLDState
impl Sync for RTLDState
impl Unpin for RTLDState
impl UnsafeUnpin for RTLDState
impl UnwindSafe for RTLDState
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