#[repr(C)]pub struct vrt_type {
pub magic: c_uint,
pub lname: *const c_char,
pub uname: *const c_char,
pub ctype: *const c_char,
pub szof: usize,
}Fields§
§magic: c_uint§lname: *const c_char§uname: *const c_char§ctype: *const c_char§szof: usizeTrait Implementations§
Auto Trait Implementations§
impl !Send for vrt_type
impl !Sync for vrt_type
impl Freeze for vrt_type
impl RefUnwindSafe for vrt_type
impl Unpin for vrt_type
impl UnsafeUnpin for vrt_type
impl UnwindSafe for vrt_type
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