pub struct BitmapTextReadyEventArgs;Implementations§
Trait Implementations§
Source§impl Clone for BitmapTextReadyEventArgs
impl Clone for BitmapTextReadyEventArgs
Source§fn clone(&self) -> BitmapTextReadyEventArgs
fn clone(&self) -> BitmapTextReadyEventArgs
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 BitmapTextReadyEventArgs
Source§impl Debug for BitmapTextReadyEventArgs
impl Debug for BitmapTextReadyEventArgs
Source§impl Default for BitmapTextReadyEventArgs
impl Default for BitmapTextReadyEventArgs
Source§fn default() -> BitmapTextReadyEventArgs
fn default() -> BitmapTextReadyEventArgs
Returns the “default value” for a type. Read more
impl Eq for BitmapTextReadyEventArgs
Source§impl PartialEq for BitmapTextReadyEventArgs
impl PartialEq for BitmapTextReadyEventArgs
impl StructuralPartialEq for BitmapTextReadyEventArgs
Auto Trait Implementations§
impl Freeze for BitmapTextReadyEventArgs
impl RefUnwindSafe for BitmapTextReadyEventArgs
impl Send for BitmapTextReadyEventArgs
impl Sync for BitmapTextReadyEventArgs
impl Unpin for BitmapTextReadyEventArgs
impl UnsafeUnpin for BitmapTextReadyEventArgs
impl UnwindSafe for BitmapTextReadyEventArgs
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