Module std::rt::borrowck

Structs

BorrowRecord

Statics

pub static FROZEN_BIT: uint = 1 << (uint::bits - 1);  
pub static MUT_BIT: uint = 1 << (uint::bits - 2);  

Functions

borrow_as_imm
borrow_as_mut
check_not_borrowed
clear_task_borrow_list
record_borrow
return_to_mut
unrecord_borrow