1 2 3 4 5 6 7
impl {{rust_full}} { pub fn {{rust_as_raw_const}}(&self) -> extern_send!(Self) { self.as_raw() } pub fn {{rust_as_raw_mut}}(&mut self) -> extern_send!(mut Self) { self.as_raw_mut() } } {{impls}}