#[repr(C, packed(4))]pub struct Paint_Runtime {
pub tool_offset: i32,
pub ob_mode: i16,
pub _pad: [i8; 2],
}Fields§
§tool_offset: i32§ob_mode: i16§_pad: [i8; 2]Trait Implementations§
Source§impl GeneratedBlendStruct for Paint_Runtime
impl GeneratedBlendStruct for Paint_Runtime
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "Paint_Runtime"
const STRUCT_INDEX: usize = 195usize
const STRUCT_TYPE_INDEX: usize = 279usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<Paint_Runtime> for Paint_Runtime
Auto Trait Implementations§
impl Freeze for Paint_Runtime
impl RefUnwindSafe for Paint_Runtime
impl Send for Paint_Runtime
impl Sync for Paint_Runtime
impl Unpin for Paint_Runtime
impl UnwindSafe for Paint_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