#[repr(C, packed(4))]pub struct ReportList {
pub list: ListBase,
pub printlevel: i32,
pub storelevel: i32,
pub flag: i32,
pub _pad: [i8; 4],
pub reporttimer: Pointer<Nothing>,
}Fields§
§list: ListBase§printlevel: i32§storelevel: i32§flag: i32§_pad: [i8; 4]§reporttimer: Pointer<Nothing>Trait Implementations§
Source§impl GeneratedBlendStruct for ReportList
impl GeneratedBlendStruct for ReportList
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "ReportList"
const STRUCT_INDEX: usize = 628usize
const STRUCT_TYPE_INDEX: usize = 767usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<ReportList> for ReportList
Auto Trait Implementations§
impl Freeze for ReportList
impl RefUnwindSafe for ReportList
impl Send for ReportList
impl Sync for ReportList
impl Unpin for ReportList
impl UnwindSafe for ReportList
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