mirror of
https://gitee.com/openharmony/communication_ipc
synced 2025-03-01 13:16:44 +00:00
commit
49689ef99c
@ -687,7 +687,7 @@ impl MsgParcel {
|
||||
}
|
||||
}
|
||||
|
||||
pub(crate) fn pin_mut(&mut self) -> Option<Pin<&mut MessageParcel>> {
|
||||
pub fn pin_mut(&mut self) -> Option<Pin<&mut MessageParcel>> {
|
||||
match &mut self.inner {
|
||||
ParcelMem::Unique(p) => Some(p.pin_mut()),
|
||||
_ => None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user