#[repr(C)]pub struct __arm_pagein_state {
pub __pagein_error: c_int,
}
Fields§
§__pagein_error: c_int
Trait Implementations§
source§impl Clone for __arm_pagein_state
impl Clone for __arm_pagein_state
source§fn clone(&self) -> __arm_pagein_state
fn clone(&self) -> __arm_pagein_state
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more