#[repr(transparent)]pub struct RpcOwner(pub c_uchar);Expand description
RPC owner
Tuple Fields§
§0: c_ucharTrait Implementations§
impl Copy for RpcOwner
impl Eq for RpcOwner
impl StructuralPartialEq for RpcOwner
Auto Trait Implementations§
impl Freeze for RpcOwner
impl RefUnwindSafe for RpcOwner
impl Send for RpcOwner
impl Sync for RpcOwner
impl Unpin for RpcOwner
impl UnwindSafe for RpcOwner
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