Struct shmem_bind::BuilderWithSize
source · pub struct BuilderWithSize { /* private fields */ }Implementations§
source§impl BuilderWithSize
impl BuilderWithSize
pub fn open(self) -> Result<ShmemConf, ShmemError>
Auto Trait Implementations§
impl Freeze for BuilderWithSize
impl RefUnwindSafe for BuilderWithSize
impl Send for BuilderWithSize
impl Sync for BuilderWithSize
impl Unpin for BuilderWithSize
impl UnwindSafe for BuilderWithSize
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