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