#[repr(u32)]pub enum EmlitePredefHandles {
Null = 0,
Undefined = 1,
False = 2,
True = 3,
GlobalThis = 4,
Console = 5,
Reserved = 6,
}Variants§
Auto Trait Implementations§
impl Freeze for EmlitePredefHandles
impl RefUnwindSafe for EmlitePredefHandles
impl Send for EmlitePredefHandles
impl Sync for EmlitePredefHandles
impl Unpin for EmlitePredefHandles
impl UnwindSafe for EmlitePredefHandles
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