#[repr(C)]pub struct es_event_getattrlist_t {
pub attrlist: attrlist,
pub target: ShouldNotBeNull<es_file_t>,
/* private fields */
}Available on macOS and crate feature
macos_10_15_1 only.Expand description
Retrieve file system attributes
Cache key for this event type: (process executable file, target file).
Fields§
§attrlist: attrlistThe attributes that will be retrieved
target: ShouldNotBeNull<es_file_t>The file for which attributes will be retrieved
Implementations§
Source§impl es_event_getattrlist_t
Accessors for ShouldNotBeNull fields
impl es_event_getattrlist_t
Accessors for ShouldNotBeNull fields
Sourcepub unsafe fn target(&self) -> &es_file_t
pub unsafe fn target(&self) -> &es_file_t
Gives a references to the field while checking for null.
§Safety
See ShouldNotBeNull safety requirements.
Auto Trait Implementations§
impl Freeze for es_event_getattrlist_t
impl RefUnwindSafe for es_event_getattrlist_t
impl !Send for es_event_getattrlist_t
impl !Sync for es_event_getattrlist_t
impl Unpin for es_event_getattrlist_t
impl UnwindSafe for es_event_getattrlist_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