#[repr(C)]pub struct IWFS_EXT_IMPL {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for IWFS_EXT_IMPL
impl Clone for IWFS_EXT_IMPL
Source§fn clone(&self) -> IWFS_EXT_IMPL
fn clone(&self) -> IWFS_EXT_IMPL
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 IWFS_EXT_IMPL
impl Debug for IWFS_EXT_IMPL
impl Copy for IWFS_EXT_IMPL
Auto Trait Implementations§
impl Freeze for IWFS_EXT_IMPL
impl RefUnwindSafe for IWFS_EXT_IMPL
impl Send for IWFS_EXT_IMPL
impl Sync for IWFS_EXT_IMPL
impl Unpin for IWFS_EXT_IMPL
impl UnwindSafe for IWFS_EXT_IMPL
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