#[repr(C)]pub struct smbc_notify_callback_action {
pub action: u32,
pub filename: *const c_char,
}Expand description
A single directory notification action reported by libsmbclient.
Fields§
§action: u32Notification action discriminator.
filename: *const c_charNUL-terminated path associated with the action.
Auto Trait Implementations§
impl !Send for smbc_notify_callback_action
impl !Sync for smbc_notify_callback_action
impl Freeze for smbc_notify_callback_action
impl RefUnwindSafe for smbc_notify_callback_action
impl Unpin for smbc_notify_callback_action
impl UnsafeUnpin for smbc_notify_callback_action
impl UnwindSafe for smbc_notify_callback_action
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