[−][src]Function glib::translate::mut_override
pub fn mut_override<T>(ptr: *const T) -> *mut T
Overrides pointer mutability.
Use when the C API should be specifying a const pointer but doesn't.
pub fn mut_override<T>(ptr: *const T) -> *mut T
Overrides pointer mutability.
Use when the C API should be specifying a const pointer but doesn't.