#[repr(C)]pub struct IppCache {
pub type_: c_int,
pub level: c_int,
pub size: c_int,
}
Fields§
§type_: c_int
§level: c_int
§size: c_int
Trait Implementations§
impl Copy for IppCache
impl StructuralPartialEq for IppCache
Auto Trait Implementations§
impl Freeze for IppCache
impl RefUnwindSafe for IppCache
impl Send for IppCache
impl Sync for IppCache
impl Unpin for IppCache
impl UnwindSafe for IppCache
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