pub struct jvirt_sarray_control { /* private fields */ }Trait Implementations§
Source§impl Clone for jvirt_sarray_control
impl Clone for jvirt_sarray_control
Source§fn clone(&self) -> jvirt_sarray_control
fn clone(&self) -> jvirt_sarray_control
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for jvirt_sarray_control
impl Debug for jvirt_sarray_control
impl Copy for jvirt_sarray_control
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