#[repr(C)]pub enum GlobalKind {
Exported = 0,
Internal = 1,
Imported = 2,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GlobalKind
impl RefUnwindSafe for GlobalKind
impl Send for GlobalKind
impl Sync for GlobalKind
impl Unpin for GlobalKind
impl UnwindSafe for GlobalKind
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