Struct libopenraw_sys::ffi_libopenraw::_RawData
source · #[repr(C)]pub struct _RawData { /* private fields */ }Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _RawData
impl Send for _RawData
impl Sync for _RawData
impl Unpin for _RawData
impl UnwindSafe for _RawData
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