pub struct PlatformImageBuffer { /* private fields */ }Trait Implementations§
Source§impl ExternType for PlatformImageBuffer
impl ExternType for PlatformImageBuffer
Auto Trait Implementations§
impl !Freeze for PlatformImageBuffer
impl RefUnwindSafe for PlatformImageBuffer
impl !Send for PlatformImageBuffer
impl !Sync for PlatformImageBuffer
impl !Unpin for PlatformImageBuffer
impl UnwindSafe for PlatformImageBuffer
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