#[repr(C)]pub struct WALSegmentContext {
pub ws_dir: [c_char; 1024],
pub ws_segsize: c_int,
}
Fields§
§ws_dir: [c_char; 1024]
§ws_segsize: c_int
Trait Implementations§
Source§impl Clone for WALSegmentContext
impl Clone for WALSegmentContext
Source§fn clone(&self) -> WALSegmentContext
fn clone(&self) -> WALSegmentContext
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 moreSource§impl Debug for WALSegmentContext
impl Debug for WALSegmentContext
Source§impl Default for WALSegmentContext
impl Default for WALSegmentContext
impl Copy for WALSegmentContext
Auto Trait Implementations§
impl Freeze for WALSegmentContext
impl RefUnwindSafe for WALSegmentContext
impl Send for WALSegmentContext
impl Sync for WALSegmentContext
impl Unpin for WALSegmentContext
impl UnwindSafe for WALSegmentContext
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