pub struct AVMurMur3 { /* 私有字段 */ }trait 实现§
自动 trait 实现§
impl Freeze for AVMurMur3
impl RefUnwindSafe for AVMurMur3
impl Send for AVMurMur3
impl Sync for AVMurMur3
impl Unpin for AVMurMur3
impl UnsafeUnpin for AVMurMur3
impl UnwindSafe for AVMurMur3
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
从拥有的值可变地借用。 阅读更多