#[repr(C, align(16))]pub struct objid_result {
pub err: twz_error,
pub __bindgen_padding_0: u64,
pub val: objid,
}
Expand description
Error or value
Fields§
§err: twz_error
§__bindgen_padding_0: u64
§val: objid
Trait Implementations§
Source§impl Clone for objid_result
impl Clone for objid_result
Source§fn clone(&self) -> objid_result
fn clone(&self) -> objid_result
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 objid_result
impl Debug for objid_result
impl Copy for objid_result
Auto Trait Implementations§
impl Freeze for objid_result
impl RefUnwindSafe for objid_result
impl Send for objid_result
impl Sync for objid_result
impl Unpin for objid_result
impl UnwindSafe for objid_result
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