#[repr(C)]pub struct bgfilepointer {
pub filename_ptr: *const u8,
pub filename_length: c_int,
pub file_offset: i64,
pub file_length: i64,
pub full_file_length: i64,
pub file_version: i64,
pub encryption_ctx: FDBBGEncryptionCtx,
}
Fields§
§filename_ptr: *const u8
§filename_length: c_int
§file_offset: i64
§file_length: i64
§full_file_length: i64
§file_version: i64
§encryption_ctx: FDBBGEncryptionCtx
Trait Implementations§
source§impl Clone for bgfilepointer
impl Clone for bgfilepointer
source§fn clone(&self) -> bgfilepointer
fn clone(&self) -> bgfilepointer
Returns a copy 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 bgfilepointer
impl Debug for bgfilepointer
impl Copy for bgfilepointer
Auto Trait Implementations§
impl Freeze for bgfilepointer
impl RefUnwindSafe for bgfilepointer
impl !Send for bgfilepointer
impl !Sync for bgfilepointer
impl Unpin for bgfilepointer
impl UnwindSafe for bgfilepointer
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)