#[repr(C)]pub struct THDescBuff {
pub str: [c_char; 64],
}Fields§
§str: [c_char; 64]Auto Trait Implementations§
impl Freeze for THDescBuff
impl RefUnwindSafe for THDescBuff
impl Send for THDescBuff
impl Sync for THDescBuff
impl Unpin for THDescBuff
impl UnsafeUnpin for THDescBuff
impl UnwindSafe for THDescBuff
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