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