pub struct BitmapFactory;
Implementations§
Source§impl BitmapFactory
impl BitmapFactory
Auto Trait Implementations§
impl Freeze for BitmapFactory
impl RefUnwindSafe for BitmapFactory
impl Send for BitmapFactory
impl Sync for BitmapFactory
impl Unpin for BitmapFactory
impl UnwindSafe for BitmapFactory
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