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