#[repr(C)]pub struct RIStruct { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RIStruct
impl RefUnwindSafe for RIStruct
impl Send for RIStruct
impl Sync for RIStruct
impl Unpin for RIStruct
impl UnwindSafe for RIStruct
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