#[repr(C, packed(1))]pub struct ts_t {
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
pub __bindgen_anon_1: ts_t__bindgen_ty_1,
pub __bindgen_anon_2: ts_t__bindgen_ty_2,
}Fields§
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>§__bindgen_anon_1: ts_t__bindgen_ty_1§__bindgen_anon_2: ts_t__bindgen_ty_2Implementations§
Source§impl ts_t
impl ts_t
pub fn one(&self) -> u8
pub fn set_one(&mut self, val: u8)
pub fn bits30(&self) -> u8
pub fn set_bits30(&mut self, val: u8)
pub fn tag(&self) -> u8
pub fn set_tag(&mut self, val: u8)
pub fn new_bitfield_1( one: u8, bits30: u8, tag: u8, ) -> __BindgenBitfieldUnit<[u8; 1], u8>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ts_t
impl RefUnwindSafe for ts_t
impl Send for ts_t
impl Sync for ts_t
impl Unpin for ts_t
impl UnsafeUnpin for ts_t
impl UnwindSafe for ts_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