Struct windows::Wdk::Storage::FileSystem::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 more§impl Debug for PUBLIC_BCB
impl Debug for PUBLIC_BCB
§impl PartialEq for PUBLIC_BCB
impl PartialEq for PUBLIC_BCB
§fn eq(&self, other: &PUBLIC_BCB) -> bool
fn eq(&self, other: &PUBLIC_BCB) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PUBLIC_BCB
impl Eq for PUBLIC_BCB
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)