#[repr(C)]pub struct wuffs_base__table_u16 {
pub ptr: *mut u16,
pub width: size_t,
pub height: size_t,
pub stride: size_t,
}Fields§
§ptr: *mut u16§width: size_t§height: size_t§stride: size_tTrait Implementations§
Source§impl Clone for wuffs_base__table_u16
impl Clone for wuffs_base__table_u16
Source§fn clone(&self) -> wuffs_base__table_u16
fn clone(&self) -> wuffs_base__table_u16
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__table_u16
impl Debug for wuffs_base__table_u16
impl Copy for wuffs_base__table_u16
Auto Trait Implementations§
impl Freeze for wuffs_base__table_u16
impl RefUnwindSafe for wuffs_base__table_u16
impl !Send for wuffs_base__table_u16
impl !Sync for wuffs_base__table_u16
impl Unpin for wuffs_base__table_u16
impl UnwindSafe for wuffs_base__table_u16
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