pub struct StbEntry {
pub listing_start: u32,
pub id: u32,
pub offset: u32,
pub length: u32,
pub name_1: String,
pub name_2: String,
pub extras: Option<StbEntryExtras>,
}Fields§
§listing_start: u32§id: u32§offset: u32§length: u32§name_1: String§name_2: String§extras: Option<StbEntryExtras>Trait Implementations§
impl StructuralPartialEq for StbEntry
Auto Trait Implementations§
impl Freeze for StbEntry
impl RefUnwindSafe for StbEntry
impl Send for StbEntry
impl Sync for StbEntry
impl Unpin for StbEntry
impl UnwindSafe for StbEntry
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