Struct classicube_sys::TextGroupWidget
source · #[repr(C)]pub struct TextGroupWidget {Show 20 fields
pub VTABLE: *const WidgetVTABLE,
pub x: c_int,
pub y: c_int,
pub width: c_int,
pub height: c_int,
pub active: cc_bool,
pub flags: cc_uint8,
pub horAnchor: cc_uint8,
pub verAnchor: cc_uint8,
pub xOffset: c_int,
pub yOffset: c_int,
pub MenuClick: Widget_LeftClick,
pub meta: cc_pointer,
pub lines: c_int,
pub defaultHeight: c_int,
pub font: *mut FontDesc,
pub collapsible: [cc_bool; 30],
pub underlineUrls: cc_bool,
pub textures: *mut Texture,
pub GetLine: TextGroupWidget_Get,
}
Fields§
§VTABLE: *const WidgetVTABLE
§x: c_int
§y: c_int
§width: c_int
§height: c_int
§active: cc_bool
§flags: cc_uint8
§horAnchor: cc_uint8
§verAnchor: cc_uint8
§xOffset: c_int
§yOffset: c_int
§MenuClick: Widget_LeftClick
§meta: cc_pointer
§lines: c_int
§defaultHeight: c_int
§font: *mut FontDesc
§collapsible: [cc_bool; 30]
§underlineUrls: cc_bool
§textures: *mut Texture
§GetLine: TextGroupWidget_Get
Trait Implementations§
source§impl Clone for TextGroupWidget
impl Clone for TextGroupWidget
source§fn clone(&self) -> TextGroupWidget
fn clone(&self) -> TextGroupWidget
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for TextGroupWidget
Auto Trait Implementations§
impl Freeze for TextGroupWidget
impl RefUnwindSafe for TextGroupWidget
impl !Send for TextGroupWidget
impl !Sync for TextGroupWidget
impl Unpin for TextGroupWidget
impl UnwindSafe for TextGroupWidget
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)