#[repr(C)]pub struct wuffs_base__more_information__struct {
pub flavor: u32,
pub w: u32,
pub x: u64,
pub y: u64,
pub z: u64,
}Fields§
§flavor: u32§w: u32§x: u64§y: u64§z: u64Trait Implementations§
Source§impl Clone for wuffs_base__more_information__struct
impl Clone for wuffs_base__more_information__struct
Source§fn clone(&self) -> wuffs_base__more_information__struct
fn clone(&self) -> wuffs_base__more_information__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 moreimpl Copy for wuffs_base__more_information__struct
Auto Trait Implementations§
impl Freeze for wuffs_base__more_information__struct
impl RefUnwindSafe for wuffs_base__more_information__struct
impl Send for wuffs_base__more_information__struct
impl Sync for wuffs_base__more_information__struct
impl Unpin for wuffs_base__more_information__struct
impl UnwindSafe for wuffs_base__more_information__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