#[repr(C)]pub struct FileSystemChangeT {
pub relative_path: *const c_char,
pub action: FileSystemChangeAction,
pub _padding_186: [c_char; 4],
}
Fields§
§relative_path: *const c_char
§action: FileSystemChangeAction
§_padding_186: [c_char; 4]
Trait Implementations§
Source§impl Clone for FileSystemChangeT
impl Clone for FileSystemChangeT
Source§fn clone(&self) -> FileSystemChangeT
fn clone(&self) -> FileSystemChangeT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for FileSystemChangeT
impl Default for FileSystemChangeT
impl Copy for FileSystemChangeT
Auto Trait Implementations§
impl Freeze for FileSystemChangeT
impl RefUnwindSafe for FileSystemChangeT
impl !Send for FileSystemChangeT
impl !Sync for FileSystemChangeT
impl Unpin for FileSystemChangeT
impl UnwindSafe for FileSystemChangeT
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