#[repr(C)]pub struct FocuserRequestFocusRequest {
pub view_ref: ViewRef,
}Expand description
The wire type corresponding to FocuserRequestFocusRequest.
Fields§
§view_ref: ViewRefTrait Implementations§
Source§impl Constrained for FocuserRequestFocusRequest
impl Constrained for FocuserRequestFocusRequest
Source§impl Debug for FocuserRequestFocusRequest
impl Debug for FocuserRequestFocusRequest
Source§impl<___D> Decode<___D> for FocuserRequestFocusRequestwhere
___D: InternalHandleDecoder + ?Sized + HandleDecoder,
impl<___D> Decode<___D> for FocuserRequestFocusRequestwhere
___D: InternalHandleDecoder + ?Sized + HandleDecoder,
Source§impl<___E> Encode<FocuserRequestFocusRequest, ___E> for FocuserRequestFocusRequestwhere
___E: InternalHandleEncoder + ?Sized + HandleEncoder,
impl<___E> Encode<FocuserRequestFocusRequest, ___E> for FocuserRequestFocusRequestwhere
___E: InternalHandleEncoder + ?Sized + HandleEncoder,
Source§const COPY_OPTIMIZATION: CopyOptimization<Self, FocuserRequestFocusRequest>
const COPY_OPTIMIZATION: CopyOptimization<Self, FocuserRequestFocusRequest>
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<FocuserRequestFocusRequest>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<FocuserRequestFocusRequest>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
Source§impl<___E, T0> Encode<FocuserRequestFocusRequest, ___E> for FocuserRequestFocusRequest<T0>
impl<___E, T0> Encode<FocuserRequestFocusRequest, ___E> for FocuserRequestFocusRequest<T0>
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<FocuserRequestFocusRequest>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<FocuserRequestFocusRequest>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl FromWire<FocuserRequestFocusRequest> for FocuserRequestFocusRequest
impl FromWire<FocuserRequestFocusRequest> for FocuserRequestFocusRequest
Source§const COPY_OPTIMIZATION: CopyOptimization<FocuserRequestFocusRequest, Self>
const COPY_OPTIMIZATION: CopyOptimization<FocuserRequestFocusRequest, Self>
Source§fn from_wire(wire: FocuserRequestFocusRequest) -> Self
fn from_wire(wire: FocuserRequestFocusRequest) -> Self
Converts the given owned value to this type.
Source§impl IntoNatural for FocuserRequestFocusRequest
impl IntoNatural for FocuserRequestFocusRequest
Source§type Natural = FocuserRequestFocusRequest
type Natural = FocuserRequestFocusRequest
A good default type for this wire type to convert into.
§fn into_natural(self) -> Self::Natural
fn into_natural(self) -> Self::Natural
Converts this type into its natural equivalent.
Source§impl Wire for FocuserRequestFocusRequest
impl Wire for FocuserRequestFocusRequest
Source§type Narrowed<'de> = FocuserRequestFocusRequest
type Narrowed<'de> = FocuserRequestFocusRequest
The narrowed wire type, restricted to the
'de lifetime.Source§fn zero_padding(out_: &mut MaybeUninit<Self>)
fn zero_padding(out_: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
Auto Trait Implementations§
impl Freeze for FocuserRequestFocusRequest
impl RefUnwindSafe for FocuserRequestFocusRequest
impl Send for FocuserRequestFocusRequest
impl Sync for FocuserRequestFocusRequest
impl Unpin for FocuserRequestFocusRequest
impl UnsafeUnpin for FocuserRequestFocusRequest
impl UnwindSafe for FocuserRequestFocusRequest
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
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]