#[repr(C, packed(4))]pub struct Text {
pub id: ID,
pub name: Pointer<i8>,
pub compiled: Pointer<Void>,
pub flags: i32,
pub _pad0: [i8; 4],
pub lines: ListBase,
pub curl: Pointer<TextLine>,
pub sell: Pointer<TextLine>,
pub curc: i32,
pub selc: i32,
pub mtime: f64,
}
Fields§
§id: ID
§name: Pointer<i8>
§compiled: Pointer<Void>
§flags: i32
§_pad0: [i8; 4]
§lines: ListBase
§curl: Pointer<TextLine>
§sell: Pointer<TextLine>
§curc: i32
§selc: i32
§mtime: f64
Trait Implementations§
Source§impl GeneratedBlendStruct for Text
impl GeneratedBlendStruct for Text
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "Text"
const STRUCT_INDEX: usize = 32usize
const STRUCT_TYPE_INDEX: usize = 55usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<Text> for Text
Auto Trait Implementations§
impl Freeze for Text
impl RefUnwindSafe for Text
impl Send for Text
impl Sync for Text
impl Unpin for Text
impl UnwindSafe for Text
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