pub struct PowerAdjustCapability {
pub power_adjust_capability: Option<Vec<PowerAdjust>>,
pub cause: Option<u8>,
}Fields§
§power_adjust_capability: Option<Vec<PowerAdjust>>§cause: Option<u8>Trait Implementations§
Source§impl Debug for PowerAdjustCapability
impl Debug for PowerAdjustCapability
Auto Trait Implementations§
impl Freeze for PowerAdjustCapability
impl RefUnwindSafe for PowerAdjustCapability
impl Send for PowerAdjustCapability
impl Sync for PowerAdjustCapability
impl Unpin for PowerAdjustCapability
impl UnwindSafe for PowerAdjustCapability
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