跳到主要内容

Target

搜索

trait Target 

源代码
pub unsafe trait Target {
    // Required methods
    fn as_ptr(&self) -> *const c_void;
    fn as_mut_ptr(&mut self) -> *mut c_void;
}

必需方法§

实现者§