pub struct RustImageBuffer(/* private fields */);Expand description
此处的 RustImageBuffer 已经是带有图片格式的字节流,例如 png,jpeg;
Implementations§
Auto Trait Implementations§
impl Freeze for RustImageBuffer
impl RefUnwindSafe for RustImageBuffer
impl Send for RustImageBuffer
impl Sync for RustImageBuffer
impl Unpin for RustImageBuffer
impl UnsafeUnpin for RustImageBuffer
impl UnwindSafe for RustImageBuffer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more