pub struct BitmapLayer { /* private fields */ }Implementations§
Source§impl BitmapLayer
impl BitmapLayer
pub fn new(bounds: GRect) -> BitmapLayer
pub fn set_bitmap(&self, bitmap: &Bitmap)
pub fn set_compositing_mode(&self, mode: GCompOp)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BitmapLayer
impl RefUnwindSafe for BitmapLayer
impl !Send for BitmapLayer
impl !Sync for BitmapLayer
impl Unpin for BitmapLayer
impl UnwindSafe for BitmapLayer
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