#[repr(C)]pub struct BNLinearViewObjectIdentifier {
pub name: *mut c_char,
pub type_: BNLinearViewObjectIdentifierType,
pub start: u64,
pub end: u64,
}
Fields§
§name: *mut c_char
§type_: BNLinearViewObjectIdentifierType
§start: u64
§end: u64
Trait Implementations§
source§impl Clone for BNLinearViewObjectIdentifier
impl Clone for BNLinearViewObjectIdentifier
source§fn clone(&self) -> BNLinearViewObjectIdentifier
fn clone(&self) -> BNLinearViewObjectIdentifier
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 BNLinearViewObjectIdentifier
impl Debug for BNLinearViewObjectIdentifier
impl Copy for BNLinearViewObjectIdentifier
Auto Trait Implementations§
impl Freeze for BNLinearViewObjectIdentifier
impl RefUnwindSafe for BNLinearViewObjectIdentifier
impl !Send for BNLinearViewObjectIdentifier
impl !Sync for BNLinearViewObjectIdentifier
impl Unpin for BNLinearViewObjectIdentifier
impl UnwindSafe for BNLinearViewObjectIdentifier
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
)