#[repr(C)]pub struct wuffs_base__vtable__struct {
pub vtable_name: *const c_char,
pub function_pointers: *const c_void,
}Fields§
§vtable_name: *const c_char§function_pointers: *const c_voidTrait Implementations§
Source§impl Clone for wuffs_base__vtable__struct
impl Clone for wuffs_base__vtable__struct
Source§fn clone(&self) -> wuffs_base__vtable__struct
fn clone(&self) -> wuffs_base__vtable__struct
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 wuffs_base__vtable__struct
impl Debug for wuffs_base__vtable__struct
impl Copy for wuffs_base__vtable__struct
Auto Trait Implementations§
impl Freeze for wuffs_base__vtable__struct
impl RefUnwindSafe for wuffs_base__vtable__struct
impl !Send for wuffs_base__vtable__struct
impl !Sync for wuffs_base__vtable__struct
impl Unpin for wuffs_base__vtable__struct
impl UnwindSafe for wuffs_base__vtable__struct
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