#[repr(C)]pub struct opal_read_write_table {
pub key: opal_key,
pub data: __u64,
pub table_uid: [__u8; 8],
pub offset: __u64,
pub size: __u64,
pub flags: __u64,
pub priv_: __u64,
}Fields§
§key: opal_key§data: __u64§table_uid: [__u8; 8]§offset: __u64§size: __u64§flags: __u64§priv_: __u64Trait Implementations§
Source§impl Clone for opal_read_write_table
impl Clone for opal_read_write_table
Source§fn clone(&self) -> opal_read_write_table
fn clone(&self) -> opal_read_write_table
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 opal_read_write_table
impl Debug for opal_read_write_table
Source§impl Default for opal_read_write_table
impl Default for opal_read_write_table
Source§impl PartialEq for opal_read_write_table
impl PartialEq for opal_read_write_table
impl Copy for opal_read_write_table
impl Eq for opal_read_write_table
impl StructuralPartialEq for opal_read_write_table
Auto Trait Implementations§
impl Freeze for opal_read_write_table
impl RefUnwindSafe for opal_read_write_table
impl Send for opal_read_write_table
impl Sync for opal_read_write_table
impl Unpin for opal_read_write_table
impl UnwindSafe for opal_read_write_table
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