Struct zx::sys::zx_system_powerctl_arg_t
source · #[repr(C)]pub struct zx_system_powerctl_arg_t {
pub powerctl_internal: zx_powerctl_union,
}
Fields§
§powerctl_internal: zx_powerctl_union
Auto Trait Implementations§
impl Freeze for zx_system_powerctl_arg_t
impl RefUnwindSafe for zx_system_powerctl_arg_t
impl Send for zx_system_powerctl_arg_t
impl Sync for zx_system_powerctl_arg_t
impl Unpin for zx_system_powerctl_arg_t
impl UnwindSafe for zx_system_powerctl_arg_t
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