#[repr(C)]pub struct BNSegmentInfo {
pub start: u64,
pub length: u64,
pub dataOffset: u64,
pub dataLength: u64,
pub flags: u32,
}
Fields§
§start: u64
§length: u64
§dataOffset: u64
§dataLength: u64
§flags: u32
Trait Implementations§
source§impl Clone for BNSegmentInfo
impl Clone for BNSegmentInfo
source§fn clone(&self) -> BNSegmentInfo
fn clone(&self) -> BNSegmentInfo
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 BNSegmentInfo
impl Debug for BNSegmentInfo
source§impl Default for BNSegmentInfo
impl Default for BNSegmentInfo
source§fn default() -> BNSegmentInfo
fn default() -> BNSegmentInfo
Returns the “default value” for a type. Read more
impl Copy for BNSegmentInfo
Auto Trait Implementations§
impl Freeze for BNSegmentInfo
impl RefUnwindSafe for BNSegmentInfo
impl Send for BNSegmentInfo
impl Sync for BNSegmentInfo
impl Unpin for BNSegmentInfo
impl UnwindSafe for BNSegmentInfo
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
)