#[repr(C)]pub struct buftag {
pub rnode: RelFileNode,
pub forkNum: Type,
pub blockNum: BlockNumber,
}Fields§
§rnode: RelFileNode§forkNum: Type§blockNum: BlockNumberTrait Implementations§
Auto Trait Implementations§
impl Freeze for buftag
impl RefUnwindSafe for buftag
impl Send for buftag
impl Sync for buftag
impl Unpin for buftag
impl UnsafeUnpin for buftag
impl UnwindSafe for buftag
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