pub struct SetPowerSaveMode;Trait Implementations§
Source§impl Method for SetPowerSaveMode
impl Method for SetPowerSaveMode
Source§const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Flexible
const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Flexible
The flexibility of the method.
Source§type Protocol = WlanPhyImpl
type Protocol = WlanPhyImpl
The protocol the method is a member of.
Source§type Request = WlanPhyImplSetPowerSaveModeRequest<'static>
type Request = WlanPhyImplSetPowerSaveModeRequest<'static>
The request payload for the method.
Source§impl<___R> Respond<___R> for SetPowerSaveMode
impl<___R> Respond<___R> for SetPowerSaveMode
Source§impl<___R> RespondErr<___R> for SetPowerSaveMode
impl<___R> RespondErr<___R> for SetPowerSaveMode
Auto Trait Implementations§
impl Freeze for SetPowerSaveMode
impl RefUnwindSafe for SetPowerSaveMode
impl Send for SetPowerSaveMode
impl Sync for SetPowerSaveMode
impl Unpin for SetPowerSaveMode
impl UnsafeUnpin for SetPowerSaveMode
impl UnwindSafe for SetPowerSaveMode
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]