#[repr(C, packed(4))]pub struct PreviewImage {
pub w: [i32; 2],
pub h: [i32; 2],
pub flag: [i16; 2],
pub changed_timestamp: [i16; 2],
pub rect: [Pointer<i32>; 2],
pub gputexture: [Pointer<Nothing>; 2],
pub icon_id: i32,
pub tag: i16,
pub _pad: [i8; 2],
}Fields§
§w: [i32; 2]§h: [i32; 2]§flag: [i16; 2]§changed_timestamp: [i16; 2]§rect: [Pointer<i32>; 2]§gputexture: [Pointer<Nothing>; 2]§icon_id: i32§tag: i16§_pad: [i8; 2]Trait Implementations§
Source§impl GeneratedBlendStruct for PreviewImage
impl GeneratedBlendStruct for PreviewImage
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "PreviewImage"
const STRUCT_INDEX: usize = 25usize
const STRUCT_TYPE_INDEX: usize = 43usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<PreviewImage> for PreviewImage
Auto Trait Implementations§
impl Freeze for PreviewImage
impl RefUnwindSafe for PreviewImage
impl Send for PreviewImage
impl Sync for PreviewImage
impl Unpin for PreviewImage
impl UnwindSafe for PreviewImage
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