pub struct FileOpenResponse {
pub size: u32,
pub success: bool,
pub r_errno: i32,
}Fields§
§size: u32§success: bool§r_errno: i32Trait Implementations§
Source§impl Clone for FileOpenResponse
impl Clone for FileOpenResponse
Source§fn clone(&self) -> FileOpenResponse
fn clone(&self) -> FileOpenResponse
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 Debug for FileOpenResponse
impl Debug for FileOpenResponse
Source§impl Default for FileOpenResponse
impl Default for FileOpenResponse
Source§impl<'de> Deserialize<'de> for FileOpenResponse
impl<'de> Deserialize<'de> for FileOpenResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FileOpenResponse
impl PartialEq for FileOpenResponse
Source§impl Serialize for FileOpenResponse
impl Serialize for FileOpenResponse
impl Message for FileOpenResponse
impl StructuralPartialEq for FileOpenResponse
Auto Trait Implementations§
impl Freeze for FileOpenResponse
impl RefUnwindSafe for FileOpenResponse
impl Send for FileOpenResponse
impl Sync for FileOpenResponse
impl Unpin for FileOpenResponse
impl UnwindSafe for FileOpenResponse
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