#[repr(C)]pub struct _text {
pub te_g: t_gobj,
pub te_binbuf: *mut _binbuf,
pub te_outlet: *mut _outlet,
pub te_inlet: *mut _inlet,
pub te_xpix: c_short,
pub te_ypix: c_short,
pub te_width: c_short,
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
pub __bindgen_padding_0: u8,
}Fields§
§te_g: t_gobj§te_binbuf: *mut _binbuf§te_outlet: *mut _outlet§te_inlet: *mut _inlet§te_xpix: c_short§te_ypix: c_short§te_width: c_short§_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>§__bindgen_padding_0: u8Implementations§
Trait Implementations§
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