#[repr(C)]pub struct IppCache {
pub type_: i32,
pub level: i32,
pub size: i32,
}
Fields§
§type_: i32
§level: i32
§size: i32
Trait Implementations§
source§impl PartialEq for IppCache
impl PartialEq for IppCache
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