#[repr(C)]pub struct TheTruthStripperI {
pub strip: Option<unsafe extern "C" fn(tt: *mut TheTruthO, asset_root: TtIdT)>,
}Fields§
§strip: Option<unsafe extern "C" fn(tt: *mut TheTruthO, asset_root: TtIdT)>Trait Implementations§
Source§impl Clone for TheTruthStripperI
impl Clone for TheTruthStripperI
Source§fn clone(&self) -> TheTruthStripperI
fn clone(&self) -> TheTruthStripperI
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 Default for TheTruthStripperI
impl Default for TheTruthStripperI
Source§fn default() -> TheTruthStripperI
fn default() -> TheTruthStripperI
Returns the “default value” for a type. Read more
impl Copy for TheTruthStripperI
Auto Trait Implementations§
impl Freeze for TheTruthStripperI
impl RefUnwindSafe for TheTruthStripperI
impl Send for TheTruthStripperI
impl Sync for TheTruthStripperI
impl Unpin for TheTruthStripperI
impl UnwindSafe for TheTruthStripperI
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