#[repr(C, packed(4))]pub struct bGPDframe {
pub next: Pointer<bGPDframe>,
pub prev: Pointer<bGPDframe>,
pub strokes: ListBase,
pub framenum: i32,
pub flag: i16,
pub key_type: i16,
pub runtime: bGPDframe_Runtime,
}
Fields§
§next: Pointer<bGPDframe>
§prev: Pointer<bGPDframe>
§strokes: ListBase
§flag: i16
§key_type: i16
§runtime: bGPDframe_Runtime
Trait Implementations§
Source§impl GeneratedBlendStruct for bGPDframe
impl GeneratedBlendStruct for bGPDframe
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bGPDframe"
const STRUCT_INDEX: usize = 583usize
const STRUCT_TYPE_INDEX: usize = 717usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bGPDframe> for bGPDframe
Auto Trait Implementations§
impl Freeze for bGPDframe
impl RefUnwindSafe for bGPDframe
impl Send for bGPDframe
impl Sync for bGPDframe
impl Unpin for bGPDframe
impl UnwindSafe for bGPDframe
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