Struct swift_runtime_sys::root::std::ios_base
source · #[repr(C, align(8))]pub struct ios_base {
pub _bindgen_opaque_blob: [u64; 17],
}
Fields§
§_bindgen_opaque_blob: [u64; 17]
Implementations§
source§impl ios_base
impl ios_base
pub unsafe fn imbue(&mut self, __loc: *const locale) -> locale
pub unsafe fn getloc(&self) -> locale
pub unsafe fn xalloc() -> c_int
pub unsafe fn iword(&mut self, __index: c_int) -> *mut c_long
pub unsafe fn pword(&mut self, __index: c_int) -> *mut *mut c_void
pub unsafe fn register_callback( &mut self, __fn: ios_base_event_callback, __index: c_int, )
pub unsafe fn sync_with_stdio(__sync: bool) -> bool
pub unsafe fn clear(&mut self, __state: ios_base_iostate)
pub unsafe fn __set_badbit_and_consider_rethrow(&mut self)
pub unsafe fn __set_failbit_and_consider_rethrow(&mut self)
pub unsafe fn init(&mut self, __sb: *mut c_void)
pub unsafe fn __call_callbacks(&mut self, arg1: ios_base_event)
pub unsafe fn copyfmt(&mut self, arg1: *const ios_base)
pub unsafe fn move_(&mut self, arg1: *mut ios_base)
pub unsafe fn swap(&mut self, arg1: *mut ios_base)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ios_base
impl RefUnwindSafe for ios_base
impl Send for ios_base
impl Sync for ios_base
impl Unpin for ios_base
impl UnwindSafe for ios_base
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)