#[repr(C)]pub struct _evtbcell_t {
pub text: *const char_t,
pub align: align_t,
}Fields§
§text: *const char_t§align: align_tTrait Implementations§
Source§impl Clone for _evtbcell_t
impl Clone for _evtbcell_t
Source§fn clone(&self) -> _evtbcell_t
fn clone(&self) -> _evtbcell_t
Returns a duplicate 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 moreSource§impl Debug for _evtbcell_t
impl Debug for _evtbcell_t
impl Copy for _evtbcell_t
Auto Trait Implementations§
impl Freeze for _evtbcell_t
impl RefUnwindSafe for _evtbcell_t
impl !Send for _evtbcell_t
impl !Sync for _evtbcell_t
impl Unpin for _evtbcell_t
impl UnwindSafe for _evtbcell_t
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