#[repr(C)]pub struct UcrBg {
pub Ucr: *mut ToneCurve,
pub Bg: *mut ToneCurve,
pub Desc: *mut MLU,
}Fields§
§Ucr: *mut ToneCurve§Bg: *mut ToneCurve§Desc: *mut MLUTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UcrBg
impl !Send for UcrBg
impl !Sync for UcrBg
impl Unpin for UcrBg
impl UnwindSafe for UcrBg
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