#[repr(C, packed(4))]pub struct ScrArea_Runtime {
pub tool: Pointer<bToolRef>,
pub is_tool_set: i8,
pub _pad0: [i8; 7],
}Fields§
§tool: Pointer<bToolRef>§is_tool_set: i8§_pad0: [i8; 7]Trait Implementations§
Source§impl GeneratedBlendStruct for ScrArea_Runtime
impl GeneratedBlendStruct for ScrArea_Runtime
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "ScrArea_Runtime"
const STRUCT_INDEX: usize = 309usize
const STRUCT_TYPE_INDEX: usize = 435usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<ScrArea_Runtime> for ScrArea_Runtime
Auto Trait Implementations§
impl Freeze for ScrArea_Runtime
impl RefUnwindSafe for ScrArea_Runtime
impl Send for ScrArea_Runtime
impl Sync for ScrArea_Runtime
impl Unpin for ScrArea_Runtime
impl UnwindSafe for ScrArea_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