pub struct pass_get {
pub owner: i32,
}Fields
owner: i32Auto Trait Implementations
impl RefUnwindSafe for pass_get
impl Send for pass_get
impl Sync for pass_get
impl Unpin for pass_get
impl UnwindSafe for pass_get
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more