#[repr(C)]pub struct BLArrayCore {
pub impl_: *mut BLArrayImpl,
}Fields§
§impl_: *mut BLArrayImplTrait Implementations§
Source§impl Clone for BLArrayCore
impl Clone for BLArrayCore
Source§fn clone(&self) -> BLArrayCore
fn clone(&self) -> BLArrayCore
Returns a copy 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 moreimpl Copy for BLArrayCore
Auto Trait Implementations§
impl Freeze for BLArrayCore
impl RefUnwindSafe for BLArrayCore
impl !Send for BLArrayCore
impl !Sync for BLArrayCore
impl Unpin for BLArrayCore
impl UnwindSafe for BLArrayCore
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