#[repr(C)]pub struct dv_endpoint_dram_info {
pub vendor_id: u32,
pub vendor_name: *mut c_char,
pub size: u32,
pub rev_id1: u8,
pub rev_id2: u8,
pub density: u8,
pub io_width: u8,
}Fields§
§vendor_id: u32< dv dram vendor id
vendor_name: *mut c_char< dv dram vendor name
size: u32< dv dram memory size in bytes
rev_id1: u8< dv dram revision id 1
rev_id2: u8< dv dram revision id 2
density: u8< dv dram density
io_width: u8< dv dram io width
Trait Implementations§
Source§impl Clone for dv_endpoint_dram_info
impl Clone for dv_endpoint_dram_info
Source§fn clone(&self) -> dv_endpoint_dram_info
fn clone(&self) -> dv_endpoint_dram_info
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 dv_endpoint_dram_info
impl Debug for dv_endpoint_dram_info
impl Copy for dv_endpoint_dram_info
Auto Trait Implementations§
impl Freeze for dv_endpoint_dram_info
impl RefUnwindSafe for dv_endpoint_dram_info
impl !Send for dv_endpoint_dram_info
impl !Sync for dv_endpoint_dram_info
impl Unpin for dv_endpoint_dram_info
impl UnsafeUnpin for dv_endpoint_dram_info
impl UnwindSafe for dv_endpoint_dram_info
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