pub struct VRExternalShmemPtr;
Implementations§
Source§impl VRExternalShmemPtr
impl VRExternalShmemPtr
pub fn new(_: *mut c_void) -> VRExternalShmemPtr
Auto Trait Implementations§
impl Freeze for VRExternalShmemPtr
impl RefUnwindSafe for VRExternalShmemPtr
impl Send for VRExternalShmemPtr
impl Sync for VRExternalShmemPtr
impl Unpin for VRExternalShmemPtr
impl UnwindSafe for VRExternalShmemPtr
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