pub struct CoredumpStateRef(/* private fields */);
Expand description
A borrowed reference to a CoredumpState
.
Trait Implementations§
Source§impl AsMut<CoredumpStateRef> for CoredumpState
impl AsMut<CoredumpStateRef> for CoredumpState
Source§fn as_mut(&mut self) -> &mut CoredumpStateRef
fn as_mut(&mut self) -> &mut CoredumpStateRef
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<CoredumpStateRef> for CoredumpState
impl AsRef<CoredumpStateRef> for CoredumpState
Source§fn as_ref(&self) -> &CoredumpStateRef
fn as_ref(&self) -> &CoredumpStateRef
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Borrow<CoredumpStateRef> for CoredumpState
impl Borrow<CoredumpStateRef> for CoredumpState
Source§fn borrow(&self) -> &CoredumpStateRef
fn borrow(&self) -> &CoredumpStateRef
Immutably borrows from an owned value. Read more
Source§impl BorrowMut<CoredumpStateRef> for CoredumpState
impl BorrowMut<CoredumpStateRef> for CoredumpState
Source§fn borrow_mut(&mut self) -> &mut CoredumpStateRef
fn borrow_mut(&mut self) -> &mut CoredumpStateRef
Mutably borrows from an owned value. Read more
Source§impl ForeignTypeRef for CoredumpStateRef
impl ForeignTypeRef for CoredumpStateRef
Auto Trait Implementations§
impl Freeze for CoredumpStateRef
impl !RefUnwindSafe for CoredumpStateRef
impl !Send for CoredumpStateRef
impl !Sync for CoredumpStateRef
impl Unpin for CoredumpStateRef
impl UnwindSafe for CoredumpStateRef
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