Struct lotus_script_sys::FfiObject
source · pub struct FfiObject { /* private fields */ }Implementations§
source§impl FfiObject
impl FfiObject
pub fn new<T: Serialize>(value: &T) -> Self
pub fn deserialize<T: DeserializeOwned>(&self) -> T
pub fn packed(&self) -> u64
pub fn packed_forget(self) -> u64
pub fn from_packed(packed: u64) -> Self
Auto Trait Implementations§
impl Freeze for FfiObject
impl RefUnwindSafe for FfiObject
impl Send for FfiObject
impl Sync for FfiObject
impl Unpin for FfiObject
impl UnwindSafe for FfiObject
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