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