#[repr(C)]pub struct _iobuf {
pub _Placeholder: *mut c_void,
}Fields§
§_Placeholder: *mut c_voidtrait 实现§
impl Copy for _iobuf
impl Eq for _iobuf
impl StructuralPartialEq for _iobuf
自动 trait 实现§
impl Freeze for _iobuf
impl RefUnwindSafe for _iobuf
impl !Send for _iobuf
impl !Sync for _iobuf
impl Unpin for _iobuf
impl UnsafeUnpin for _iobuf
impl UnwindSafe for _iobuf
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
从拥有的值可变地借用。 阅读更多