Struct PUBLIC_BCB
#[repr(C)]pub struct PUBLIC_BCB {
pub NodeTypeCode: i16,
pub NodeByteSize: i16,
pub MappedLength: u32,
pub MappedFileOffset: i64,
}
Fields§
§NodeTypeCode: i16
§NodeByteSize: i16
§MappedLength: u32
§MappedFileOffset: i64
Trait Implementations§
§impl Clone for PUBLIC_BCB
impl Clone for PUBLIC_BCB
§fn clone(&self) -> PUBLIC_BCB
fn clone(&self) -> PUBLIC_BCB
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 moreimpl Copy for PUBLIC_BCB
Auto Trait Implementations§
impl Freeze for PUBLIC_BCB
impl RefUnwindSafe for PUBLIC_BCB
impl Send for PUBLIC_BCB
impl Sync for PUBLIC_BCB
impl Unpin for PUBLIC_BCB
impl UnwindSafe for PUBLIC_BCB
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