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