pub struct BaseExtend {
pub reg_type: u32,
pub u: u32,
/* private fields */
}Fields§
§reg_type: u32§u: u32Implementations§
Trait Implementations§
Source§impl Clone for BaseExtend
impl Clone for BaseExtend
Source§fn clone(&self) -> BaseExtend
fn clone(&self) -> BaseExtend
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 BaseExtend
impl Debug for BaseExtend
Source§impl Default for BaseExtend
impl Default for BaseExtend
Source§fn default() -> BaseExtend
fn default() -> BaseExtend
Returns the “default value” for a type. Read more
impl Copy for BaseExtend
Auto Trait Implementations§
impl Freeze for BaseExtend
impl RefUnwindSafe for BaseExtend
impl Send for BaseExtend
impl Sync for BaseExtend
impl Unpin for BaseExtend
impl UnsafeUnpin for BaseExtend
impl UnwindSafe for BaseExtend
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