#[repr(C)]pub struct portConstructItem {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for portConstructItem
impl Clone for portConstructItem
Source§fn clone(&self) -> portConstructItem
fn clone(&self) -> portConstructItem
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 portConstructItem
impl Debug for portConstructItem
Source§impl Default for portConstructItem
impl Default for portConstructItem
Source§fn default() -> portConstructItem
fn default() -> portConstructItem
Returns the “default value” for a type. Read more
impl Copy for portConstructItem
Auto Trait Implementations§
impl Freeze for portConstructItem
impl RefUnwindSafe for portConstructItem
impl Send for portConstructItem
impl Sync for portConstructItem
impl Unpin for portConstructItem
impl UnwindSafe for portConstructItem
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