#[repr(C)]pub struct TagComponentT {
pub first_ti: u32,
}Fields§
§first_ti: u32Trait Implementations§
Source§impl Clone for TagComponentT
impl Clone for TagComponentT
Source§fn clone(&self) -> TagComponentT
fn clone(&self) -> TagComponentT
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 Default for TagComponentT
impl Default for TagComponentT
Source§fn default() -> TagComponentT
fn default() -> TagComponentT
Returns the “default value” for a type. Read more
impl Copy for TagComponentT
Auto Trait Implementations§
impl Freeze for TagComponentT
impl RefUnwindSafe for TagComponentT
impl Send for TagComponentT
impl Sync for TagComponentT
impl Unpin for TagComponentT
impl UnwindSafe for TagComponentT
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