#[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_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: u8,
}Fields
te_g: t_gobjte_binbuf: *mut _binbufte_outlet: *mut _outlette_inlet: *mut _inlette_xpix: c_shortte_ypix: c_shortte_width: c_short_bitfield_align_1: [u8; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>__bindgen_padding_0: u8Implementations
sourceimpl _text
impl _text
pub fn te_type(&self) -> c_uint
pub fn set_te_type(&mut self, val: c_uint)
pub fn new_bitfield_1(te_type: c_uint) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _text
impl !Send for _text
impl !Sync for _text
impl Unpin for _text
impl UnwindSafe for _text
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more