#[repr(C)]pub struct vrt_privs {
pub rbh_root: *mut vrt_priv,
}Fields§
§rbh_root: *mut vrt_privTrait Implementations§
Auto Trait Implementations§
impl !Send for vrt_privs
impl !Sync for vrt_privs
impl Freeze for vrt_privs
impl RefUnwindSafe for vrt_privs
impl Unpin for vrt_privs
impl UnsafeUnpin for vrt_privs
impl UnwindSafe for vrt_privs
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