pub struct IdxContainer {
pub version: i32,
pub crc: i32,
/* private fields */
}Fields§
§version: i32§crc: i32Implementations§
Source§impl IdxContainer
impl IdxContainer
pub fn new() -> Self
pub fn clear_filedata(&mut self)
Trait Implementations§
Source§impl Default for IdxContainer
impl Default for IdxContainer
Source§fn default() -> IdxContainer
fn default() -> IdxContainer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IdxContainer
impl RefUnwindSafe for IdxContainer
impl Send for IdxContainer
impl Sync for IdxContainer
impl Unpin for IdxContainer
impl UnsafeUnpin for IdxContainer
impl UnwindSafe for IdxContainer
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