#[repr(C)]pub struct SystemPowerctlArg {}Trait Implementations§
Source§impl Clone for SystemPowerctlArg
impl Clone for SystemPowerctlArg
Source§fn clone(&self) -> SystemPowerctlArg
fn clone(&self) -> SystemPowerctlArg
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SystemPowerctlArg
impl Debug for SystemPowerctlArg
Source§impl FromBytes for SystemPowerctlArg
impl FromBytes for SystemPowerctlArg
Source§impl FromZeros for SystemPowerctlArg
impl FromZeros for SystemPowerctlArg
Source§impl IntoBytes for SystemPowerctlArg
impl IntoBytes for SystemPowerctlArg
Source§impl PartialEq for SystemPowerctlArg
impl PartialEq for SystemPowerctlArg
Source§impl TryFromBytes for SystemPowerctlArg
impl TryFromBytes for SystemPowerctlArg
Source§fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
impl Copy for SystemPowerctlArg
impl Eq for SystemPowerctlArg
impl StructuralPartialEq for SystemPowerctlArg
Auto Trait Implementations§
impl Freeze for SystemPowerctlArg
impl RefUnwindSafe for SystemPowerctlArg
impl Send for SystemPowerctlArg
impl Sync for SystemPowerctlArg
impl Unpin for SystemPowerctlArg
impl UnwindSafe for SystemPowerctlArg
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