#[repr(C)]pub struct vscaret {
pub magic: c_uint,
pub capacity: c_uint,
pub used: c_uint,
pub lease: __IncompleteArrayField<c_ulong>,
}Fields§
§magic: c_uint§capacity: c_uint§used: c_uint§lease: __IncompleteArrayField<c_ulong>Trait Implementations§
Auto Trait Implementations§
impl Freeze for vscaret
impl RefUnwindSafe for vscaret
impl Send for vscaret
impl Sync for vscaret
impl Unpin for vscaret
impl UnsafeUnpin for vscaret
impl UnwindSafe for vscaret
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