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