Struct ipc_channel::platform::unix::BackingStore
source · struct BackingStore {
fd: c_int,
}
Fields§
§fd: c_int
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BackingStore
impl RefUnwindSafe for BackingStore
impl Send for BackingStore
impl Sync for BackingStore
impl Unpin for BackingStore
impl UnwindSafe for BackingStore
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