Struct libopenraw_sys::ffi_libopenraw::_BitmapData
source · #[repr(C)]pub struct _BitmapData { /* private fields */ }Trait Implementations
sourceimpl Clone for _BitmapData
impl Clone for _BitmapData
sourcefn clone(&self) -> _BitmapData
fn clone(&self) -> _BitmapData
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for _BitmapData
impl Debug for _BitmapData
impl Copy for _BitmapData
Auto Trait Implementations
impl RefUnwindSafe for _BitmapData
impl Send for _BitmapData
impl Sync for _BitmapData
impl Unpin for _BitmapData
impl UnwindSafe for _BitmapData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more