#[repr(C)]pub struct TtTypeT {
pub u64_: u64,
}Fields§
§u64_: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for TtTypeT
impl RefUnwindSafe for TtTypeT
impl Send for TtTypeT
impl Sync for TtTypeT
impl Unpin for TtTypeT
impl UnwindSafe for TtTypeT
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