#[repr(C)]pub struct TCGLabel {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub u: TCGLabel__bindgen_ty_1,
}Fields§
§_bitfield_align_1: [u32; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>§u: TCGLabel__bindgen_ty_1Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TCGLabel
impl RefUnwindSafe for TCGLabel
impl !Send for TCGLabel
impl !Sync for TCGLabel
impl Unpin for TCGLabel
impl UnwindSafe for TCGLabel
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