pub struct GpujpegParametersWarper(pub *mut gpujpeg_parameters);Tuple Fields§
§0: *mut gpujpeg_parametersTrait Implementations§
impl Send for GpujpegParametersWarper
impl Sync for GpujpegParametersWarper
Auto Trait Implementations§
impl Freeze for GpujpegParametersWarper
impl RefUnwindSafe for GpujpegParametersWarper
impl Unpin for GpujpegParametersWarper
impl UnwindSafe for GpujpegParametersWarper
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