pub struct Parameters { /* 私有字段 */ }实现§
源代码§impl Parameters
impl Parameters
pub unsafe fn wrap( ptr: *mut AVCodecParameters, owner: Option<Rc<dyn Any>>, ) -> Self
pub unsafe fn as_ptr(&self) -> *const AVCodecParameters
pub unsafe fn as_mut_ptr(&mut self) -> *mut AVCodecParameters
trait 实现§
源代码§impl Clone for Parameters
impl Clone for Parameters
源代码§impl<C: AsRef<Context>> From<C> for Parameters
impl<C: AsRef<Context>> From<C> for Parameters
源代码§fn from(context: C) -> Parameters
fn from(context: C) -> Parameters
Converts to this type from the input type.
impl Send for Parameters
自动 trait 实现§
impl Freeze for Parameters
impl !RefUnwindSafe for Parameters
impl !Sync for Parameters
impl Unpin for Parameters
impl UnsafeUnpin for Parameters
impl !UnwindSafe for Parameters
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多