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