#[repr(C)]pub struct BLArrayView {
pub data: *const c_void,
pub size: usize,
}Fields§
§data: *const c_void§size: usizeTrait Implementations§
Source§impl Clone for BLArrayView
impl Clone for BLArrayView
Source§fn clone(&self) -> BLArrayView
fn clone(&self) -> BLArrayView
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 BLArrayView
Auto Trait Implementations§
impl Freeze for BLArrayView
impl RefUnwindSafe for BLArrayView
impl !Send for BLArrayView
impl !Sync for BLArrayView
impl Unpin for BLArrayView
impl UnwindSafe for BLArrayView
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