#[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 !Send for UcrBg
impl !Sync for UcrBg
impl Freeze for UcrBg
impl RefUnwindSafe for UcrBg
impl Unpin for UcrBg
impl UnsafeUnpin 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