#[repr(C)]pub struct mtmd_helper_bitmap_wrapper {
pub bitmap: *mut mtmd_bitmap,
pub video_ctx: *mut mtmd_helper_video,
}Fields§
§bitmap: *mut mtmd_bitmap§video_ctx: *mut mtmd_helper_videoTrait Implementations§
Source§impl Clone for mtmd_helper_bitmap_wrapper
impl Clone for mtmd_helper_bitmap_wrapper
Source§fn clone(&self) -> mtmd_helper_bitmap_wrapper
fn clone(&self) -> mtmd_helper_bitmap_wrapper
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for mtmd_helper_bitmap_wrapper
Source§impl Debug for mtmd_helper_bitmap_wrapper
impl Debug for mtmd_helper_bitmap_wrapper
impl StructuralPartialEq for mtmd_helper_bitmap_wrapper
Auto Trait Implementations§
impl !Send for mtmd_helper_bitmap_wrapper
impl !Sync for mtmd_helper_bitmap_wrapper
impl Freeze for mtmd_helper_bitmap_wrapper
impl RefUnwindSafe for mtmd_helper_bitmap_wrapper
impl Unpin for mtmd_helper_bitmap_wrapper
impl UnsafeUnpin for mtmd_helper_bitmap_wrapper
impl UnwindSafe for mtmd_helper_bitmap_wrapper
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