#[repr(C)]pub struct lfs_lfs_lookahead {
pub start: lfs_block_t,
pub size: lfs_block_t,
pub next: lfs_block_t,
pub ckpoint: lfs_block_t,
pub buffer: *mut u8,
}Fields§
§start: lfs_block_t§size: lfs_block_t§next: lfs_block_t§ckpoint: lfs_block_t§buffer: *mut u8Trait Implementations§
Source§impl Clone for lfs_lfs_lookahead
impl Clone for lfs_lfs_lookahead
Source§fn clone(&self) -> lfs_lfs_lookahead
fn clone(&self) -> lfs_lfs_lookahead
Returns a duplicate 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 lfs_lfs_lookahead
impl Debug for lfs_lfs_lookahead
Source§impl Default for lfs_lfs_lookahead
impl Default for lfs_lfs_lookahead
impl Copy for lfs_lfs_lookahead
Auto Trait Implementations§
impl Freeze for lfs_lfs_lookahead
impl RefUnwindSafe for lfs_lfs_lookahead
impl !Send for lfs_lfs_lookahead
impl !Sync for lfs_lfs_lookahead
impl Unpin for lfs_lfs_lookahead
impl UnwindSafe for lfs_lfs_lookahead
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