pub struct NSURL(pub StrongPtr);
Tuple Fields§
§0: StrongPtr
Implementations§
Source§impl NSURL
impl NSURL
pub fn url_with_string(url: &str) -> NSURL
pub fn file_url_with_path(path: &str, is_directory: bool) -> NSURL
pub fn check_resource_is_reachable_and_return_error(&self) -> bool
pub fn absolute_url(&self) -> NSURL
Auto Trait Implementations§
impl Freeze for NSURL
impl RefUnwindSafe for NSURL
impl !Send for NSURL
impl !Sync for NSURL
impl Unpin for NSURL
impl UnwindSafe for NSURL
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