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