#[repr(C)]pub struct __BlobIndex {
pub type_: u32,
pub offset: u32,
}Fields§
§type_: u32§offset: u32Trait Implementations§
Source§impl Clone for __BlobIndex
impl Clone for __BlobIndex
Source§fn clone(&self) -> __BlobIndex
fn clone(&self) -> __BlobIndex
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 __BlobIndex
impl Debug for __BlobIndex
impl Copy for __BlobIndex
Auto Trait Implementations§
impl Freeze for __BlobIndex
impl RefUnwindSafe for __BlobIndex
impl Send for __BlobIndex
impl Sync for __BlobIndex
impl Unpin for __BlobIndex
impl UnwindSafe for __BlobIndex
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