#[repr(C)]pub struct SJ_OD_array { /* private fields */ }
Trait Implementations§
Source§impl Clone for SJ_OD_array
impl Clone for SJ_OD_array
Source§fn clone(&self) -> SJ_OD_array
fn clone(&self) -> SJ_OD_array
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 SJ_OD_array
impl Debug for SJ_OD_array
impl Copy for SJ_OD_array
Auto Trait Implementations§
impl Freeze for SJ_OD_array
impl RefUnwindSafe for SJ_OD_array
impl Send for SJ_OD_array
impl Sync for SJ_OD_array
impl Unpin for SJ_OD_array
impl UnwindSafe for SJ_OD_array
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