#[repr(C)]pub struct BNReturnValue {
pub type_: *mut BNType,
pub typeConfidence: u8,
pub defaultLocation: bool,
pub location: BNValueLocation,
pub locationConfidence: u8,
}Fields§
§type_: *mut BNType§typeConfidence: u8§defaultLocation: bool§location: BNValueLocation§locationConfidence: u8Trait Implementations§
Source§impl Clone for BNReturnValue
impl Clone for BNReturnValue
Source§fn clone(&self) -> BNReturnValue
fn clone(&self) -> BNReturnValue
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 BNReturnValue
impl Debug for BNReturnValue
Source§impl Default for BNReturnValue
impl Default for BNReturnValue
impl Copy for BNReturnValue
Auto Trait Implementations§
impl Freeze for BNReturnValue
impl RefUnwindSafe for BNReturnValue
impl !Send for BNReturnValue
impl !Sync for BNReturnValue
impl Unpin for BNReturnValue
impl UnwindSafe for BNReturnValue
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