pub struct ModeFlag { /* private fields */ }Expand description
The wire type corresponding to ModeFlag.
Trait Implementations§
Source§impl<'a, ___E> Encode<ModeFlag, ___E> for &'a ModeFlagwhere
___E: ?Sized,
impl<'a, ___E> Encode<ModeFlag, ___E> for &'a ModeFlagwhere
___E: ?Sized,
Source§impl<___E> Encode<ModeFlag, ___E> for ModeFlagwhere
___E: ?Sized,
impl<___E> Encode<ModeFlag, ___E> for ModeFlagwhere
___E: ?Sized,
Source§impl FromWireRef<ModeFlag> for ModeFlag
impl FromWireRef<ModeFlag> for ModeFlag
Source§fn from_wire_ref(wire: &ModeFlag) -> Self
fn from_wire_ref(wire: &ModeFlag) -> Self
Converts the given reference to this type.
Source§impl Wire for ModeFlag
impl Wire for ModeFlag
Source§fn zero_padding(_: &mut MaybeUninit<Self>)
fn zero_padding(_: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
impl Copy for ModeFlag
Auto Trait Implementations§
impl Freeze for ModeFlag
impl RefUnwindSafe for ModeFlag
impl Send for ModeFlag
impl Sync for ModeFlag
impl Unpin for ModeFlag
impl UnsafeUnpin for ModeFlag
impl UnwindSafe for ModeFlag
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§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]