#[repr(C)]pub struct SCOPE_ID {
pub u: SCOPE_ID_u,
}
Fields
u: SCOPE_ID_u
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SCOPE_ID
impl Send for SCOPE_ID
impl Sync for SCOPE_ID
impl Unpin for SCOPE_ID
impl UnwindSafe for SCOPE_ID
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more