pub struct NSFileHandle(pub StrongPtr);
Tuple Fields§
§0: StrongPtr
Implementations§
Source§impl NSFileHandle
impl NSFileHandle
pub fn new() -> NSFileHandle
pub fn file_handle_with_standard_input() -> NSFileHandle
pub fn file_handle_with_standard_output() -> NSFileHandle
Auto Trait Implementations§
impl Freeze for NSFileHandle
impl RefUnwindSafe for NSFileHandle
impl !Send for NSFileHandle
impl !Sync for NSFileHandle
impl Unpin for NSFileHandle
impl UnwindSafe for NSFileHandle
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