Struct FTP_ACCESS
#[repr(transparent)]pub struct FTP_ACCESS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for FTP_ACCESS
impl Clone for FTP_ACCESS
§fn clone(&self) -> FTP_ACCESS
fn clone(&self) -> FTP_ACCESS
Returns a copy 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 more§impl Debug for FTP_ACCESS
impl Debug for FTP_ACCESS
§impl Default for FTP_ACCESS
impl Default for FTP_ACCESS
§fn default() -> FTP_ACCESS
fn default() -> FTP_ACCESS
Returns the “default value” for a type. Read more
§impl PartialEq for FTP_ACCESS
impl PartialEq for FTP_ACCESS
impl Copy for FTP_ACCESS
impl Eq for FTP_ACCESS
impl StructuralPartialEq for FTP_ACCESS
Auto Trait Implementations§
impl Freeze for FTP_ACCESS
impl RefUnwindSafe for FTP_ACCESS
impl Send for FTP_ACCESS
impl Sync for FTP_ACCESS
impl Unpin for FTP_ACCESS
impl UnwindSafe for FTP_ACCESS
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