pub struct S2Extension {
pub typ: u8,
pub parent_class: u8,
pub parent_id: u32,
pub mode: u32,
pub key: String,
pub value: String,
pub stuff: String,
}Expand description
Extension record (source e_save_map.bb lines 314–327).
Fields§
§typ: u8§parent_class: u8§parent_id: u32§mode: u32§key: String§value: String§stuff: StringTrait Implementations§
Source§impl Clone for S2Extension
impl Clone for S2Extension
Source§fn clone(&self) -> S2Extension
fn clone(&self) -> S2Extension
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for S2Extension
impl RefUnwindSafe for S2Extension
impl Send for S2Extension
impl Sync for S2Extension
impl Unpin for S2Extension
impl UnsafeUnpin for S2Extension
impl UnwindSafe for S2Extension
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