pub struct jvirt_sarray_control { /* private fields */ }Expand description
This is an opaque type. Don’t assume size or alignment of this struct.
Auto Trait Implementations§
impl Freeze for jvirt_sarray_control
impl RefUnwindSafe for jvirt_sarray_control
impl Send for jvirt_sarray_control
impl Sync for jvirt_sarray_control
impl Unpin for jvirt_sarray_control
impl UnwindSafe for jvirt_sarray_control
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