Struct rustdb::dividedstg::FD
source · pub struct FD {
pub changed: bool,
/* private fields */
}Expand description
DividedStg File Descriptor.
Fields§
§changed: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FD
impl Send for FD
impl Sync for FD
impl Unpin for FD
impl UnwindSafe for FD
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