1 2 3 4 5 6
impl {{base_rust_full}} for {{rust_local}} { #[inline] fn as_raw_{{base_rust_local}}(&self) -> {{base_rust_extern_const}} { self.as_raw() } #[inline] fn as_raw_mut_{{base_rust_local}}(&mut self) -> {{base_rust_extern_mut}} { self.as_raw_mut() } }