#[repr(C)]pub struct ArrPtResPack {
pub reserved: u32,
pub size: u32,
pub elem_sizeof: u16,
pub content: *mut ResPackPtData,
}Fields§
§reserved: u32§size: u32§elem_sizeof: u16§content: *mut ResPackPtDataTrait Implementations§
Source§impl Clone for ArrPtResPack
impl Clone for ArrPtResPack
Source§fn clone(&self) -> ArrPtResPack
fn clone(&self) -> ArrPtResPack
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 ArrPtResPack
impl Debug for ArrPtResPack
impl Copy for ArrPtResPack
Auto Trait Implementations§
impl Freeze for ArrPtResPack
impl RefUnwindSafe for ArrPtResPack
impl !Send for ArrPtResPack
impl !Sync for ArrPtResPack
impl Unpin for ArrPtResPack
impl UnwindSafe for ArrPtResPack
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