pub struct BitmapHandle(/* private fields */);Expand description
Texture handle created using a Canvas
Implementations§
Source§impl BitmapHandle
impl BitmapHandle
Trait Implementations§
Source§impl Clone for BitmapHandle
impl Clone for BitmapHandle
Source§fn clone(&self) -> BitmapHandle
fn clone(&self) -> BitmapHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BitmapHandle
impl Debug for BitmapHandle
impl Copy for BitmapHandle
Auto Trait Implementations§
impl Freeze for BitmapHandle
impl RefUnwindSafe for BitmapHandle
impl Send for BitmapHandle
impl Sync for BitmapHandle
impl Unpin for BitmapHandle
impl UnwindSafe for BitmapHandle
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