跳到主要内容

Mut

搜索

trait Mut 

源代码
pub trait Mut {
    // Required method
    fn as_mut_ptr(&mut self) -> *mut AVPacket;
}

必需方法§

实现者§