pub struct Env { /* private fields */ }Implementations§
Source§impl Env
impl Env
pub fn new(options: EnvOptions) -> Self
pub fn word_size(&self) -> &WordSize
pub fn short_enums_clang_arg(&self) -> &'static str
pub fn signed_char_clang_arg(&self) -> &'static str
Auto Trait Implementations§
impl Freeze for Env
impl RefUnwindSafe for Env
impl Send for Env
impl Sync for Env
impl Unpin for Env
impl UnsafeUnpin for Env
impl UnwindSafe for Env
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