#[repr(C)]pub struct r_flag_bind_t {Show 13 fields
pub init: c_int,
pub f: *mut RFlag,
pub exist_at: RFlagExistAt,
pub get: RFlagGet,
pub get_at: RFlagGetAt,
pub get_list: RFlagGetList,
pub set: RFlagSet,
pub unset: RFlagUnset,
pub unset_name: RFlagUnsetName,
pub unset_off: RFlagUnsetOff,
pub set_fs: RFlagSetSpace,
pub push_fs: RFlagPushSpace,
pub pop_fs: RFlagPopSpace,
}
Fields§
§init: c_int
§f: *mut RFlag
§exist_at: RFlagExistAt
§get: RFlagGet
§get_at: RFlagGetAt
§get_list: RFlagGetList
§set: RFlagSet
§unset: RFlagUnset
§unset_name: RFlagUnsetName
§unset_off: RFlagUnsetOff
§set_fs: RFlagSetSpace
§push_fs: RFlagPushSpace
§pop_fs: RFlagPopSpace
Trait Implementations§
Source§impl Clone for r_flag_bind_t
impl Clone for r_flag_bind_t
Source§fn clone(&self) -> r_flag_bind_t
fn clone(&self) -> r_flag_bind_t
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 r_flag_bind_t
impl Debug for r_flag_bind_t
impl Copy for r_flag_bind_t
Auto Trait Implementations§
impl Freeze for r_flag_bind_t
impl RefUnwindSafe for r_flag_bind_t
impl !Send for r_flag_bind_t
impl !Sync for r_flag_bind_t
impl Unpin for r_flag_bind_t
impl UnwindSafe for r_flag_bind_t
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