pub struct BitmapLockInfo(/* private fields */);Expand description
This structure contains information about a locked bitmap-object, allowing direct access to the pixel data.
Implementations§
Trait Implementations§
Source§impl Clone for BitmapLockInfo
impl Clone for BitmapLockInfo
Source§fn clone(&self) -> BitmapLockInfo
fn clone(&self) -> BitmapLockInfo
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 moreAuto Trait Implementations§
impl Freeze for BitmapLockInfo
impl RefUnwindSafe for BitmapLockInfo
impl !Send for BitmapLockInfo
impl !Sync for BitmapLockInfo
impl Unpin for BitmapLockInfo
impl UnsafeUnpin for BitmapLockInfo
impl UnwindSafe for BitmapLockInfo
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