#[repr(C)]pub struct DcfgAmlogicHdcpDriver {
pub preset_phys: u64,
pub hiu_phys: u64,
pub hdmitx_phys: u64,
}
Expand description
for ZBI_KERNEL_DRIVER_AMLOGIC_HDCP
Fields§
§preset_phys: u64
§hiu_phys: u64
§hdmitx_phys: u64
Trait Implementations§
Source§impl Clone for DcfgAmlogicHdcpDriver
impl Clone for DcfgAmlogicHdcpDriver
Source§fn clone(&self) -> DcfgAmlogicHdcpDriver
fn clone(&self) -> DcfgAmlogicHdcpDriver
Returns a copy 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 DcfgAmlogicHdcpDriver
impl Debug for DcfgAmlogicHdcpDriver
Source§impl FromBytes for DcfgAmlogicHdcpDriverwhere
u64: FromBytes,
impl FromBytes for DcfgAmlogicHdcpDriverwhere
u64: FromBytes,
Source§impl FromZeros for DcfgAmlogicHdcpDriverwhere
u64: FromZeros,
impl FromZeros for DcfgAmlogicHdcpDriverwhere
u64: FromZeros,
Source§impl IntoBytes for DcfgAmlogicHdcpDriver
impl IntoBytes for DcfgAmlogicHdcpDriver
§fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
Gets the bytes of this value mutably. Read more
Source§impl PartialEq for DcfgAmlogicHdcpDriver
impl PartialEq for DcfgAmlogicHdcpDriver
Source§impl TryFromBytes for DcfgAmlogicHdcpDriverwhere
u64: TryFromBytes,
impl TryFromBytes for DcfgAmlogicHdcpDriverwhere
u64: TryFromBytes,
§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,
§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,
§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 DcfgAmlogicHdcpDriver
impl Eq for DcfgAmlogicHdcpDriver
impl StructuralPartialEq for DcfgAmlogicHdcpDriver
Auto Trait Implementations§
impl Freeze for DcfgAmlogicHdcpDriver
impl RefUnwindSafe for DcfgAmlogicHdcpDriver
impl Send for DcfgAmlogicHdcpDriver
impl Sync for DcfgAmlogicHdcpDriver
impl Unpin for DcfgAmlogicHdcpDriver
impl UnwindSafe for DcfgAmlogicHdcpDriver
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,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)