pub struct ProcColorProperties(/* private fields */);Expand description
Wrapper over the VAProcColorProperties ffi type.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProcColorProperties
impl RefUnwindSafe for ProcColorProperties
impl Send for ProcColorProperties
impl Sync for ProcColorProperties
impl Unpin for ProcColorProperties
impl UnsafeUnpin for ProcColorProperties
impl UnwindSafe for ProcColorProperties
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