Struct RdcNeed
#[repr(C)]pub struct RdcNeed {
pub m_BlockType: RdcNeedType,
pub m_FileOffset: u64,
pub m_BlockLength: u64,
}
Fields§
§m_BlockType: RdcNeedType
§m_FileOffset: u64
§m_BlockLength: u64
Trait Implementations§
impl Copy for RdcNeed
impl StructuralPartialEq for RdcNeed
Auto Trait Implementations§
impl Freeze for RdcNeed
impl RefUnwindSafe for RdcNeed
impl Send for RdcNeed
impl Sync for RdcNeed
impl Unpin for RdcNeed
impl UnwindSafe for RdcNeed
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