#[repr(C)]pub struct DTableDesc {
pub maxTableLog: BYTE,
pub tableType: BYTE,
pub tableLog: BYTE,
pub reserved: BYTE,
}Fields§
§maxTableLog: BYTE§tableType: BYTE§tableLog: BYTE§reserved: BYTETrait Implementations§
Source§impl Clone for DTableDesc
impl Clone for DTableDesc
Source§fn clone(&self) -> DTableDesc
fn clone(&self) -> DTableDesc
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 DTableDesc
impl Debug for DTableDesc
impl Copy for DTableDesc
Auto Trait Implementations§
impl Freeze for DTableDesc
impl RefUnwindSafe for DTableDesc
impl Send for DTableDesc
impl Sync for DTableDesc
impl Unpin for DTableDesc
impl UnwindSafe for DTableDesc
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