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