#[repr(C)]pub struct bsaveData {
pub ListOfBinaryItems: *mut BinaryItem,
pub BloadCountSaveTop: *mut BLOADCNTSV,
}Fields§
§ListOfBinaryItems: *mut BinaryItem§BloadCountSaveTop: *mut BLOADCNTSVTrait Implementations§
impl Copy for bsaveData
Auto Trait Implementations§
impl Freeze for bsaveData
impl RefUnwindSafe for bsaveData
impl !Send for bsaveData
impl !Sync for bsaveData
impl Unpin for bsaveData
impl UnwindSafe for bsaveData
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