#[repr(C)]pub struct ResPartsProperty {
pub name: [c_char; 24],
pub usage_flag: u8,
pub basic_usage_flag: u8,
pub material_usage_flag: u8,
pub system_ext_user_data_override_flag: u8,
pub property_offset: u32,
pub ext_user_data_offset: u32,
pub pane_basic_info_offset: u32,
}Fields§
§name: [c_char; 24]§usage_flag: u8§basic_usage_flag: u8§material_usage_flag: u8§system_ext_user_data_override_flag: u8§property_offset: u32§ext_user_data_offset: u32§pane_basic_info_offset: u32Trait Implementations§
Source§impl Clone for ResPartsProperty
impl Clone for ResPartsProperty
Source§fn clone(&self) -> ResPartsProperty
fn clone(&self) -> ResPartsProperty
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 ResPartsProperty
impl Debug for ResPartsProperty
impl Copy for ResPartsProperty
Auto Trait Implementations§
impl Freeze for ResPartsProperty
impl RefUnwindSafe for ResPartsProperty
impl Send for ResPartsProperty
impl Sync for ResPartsProperty
impl Unpin for ResPartsProperty
impl UnwindSafe for ResPartsProperty
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