Enum csfml_network_sys::sfFtpStatus [] [src]

#[repr(u32)]
pub enum sfFtpStatus { sfFtpRestartMarkerReply, sfFtpServiceReadySoon, sfFtpDataConnectionAlreadyOpened, sfFtpOpeningDataConnection, sfFtpOk, sfFtpPointlessCommand, sfFtpSystemStatus, sfFtpDirectoryStatus, sfFtpFileStatus, sfFtpHelpMessage, sfFtpSystemType, sfFtpServiceReady, sfFtpClosingConnection, sfFtpDataConnectionOpened, sfFtpClosingDataConnection, sfFtpEnteringPassiveMode, sfFtpLoggedIn, sfFtpFileActionOk, sfFtpDirectoryOk, sfFtpNeedPassword, sfFtpNeedAccountToLogIn, sfFtpNeedInformation, sfFtpServiceUnavailable, sfFtpDataConnectionUnavailable, sfFtpTransferAborted, sfFtpFileActionAborted, sfFtpLocalError, sfFtpInsufficientStorageSpace, sfFtpCommandUnknown, sfFtpParametersUnknown, sfFtpCommandNotImplemented, sfFtpBadCommandSequence, sfFtpParameterNotImplemented, sfFtpNotLoggedIn, sfFtpNeedAccountToStore, sfFtpFileUnavailable, sfFtpPageTypeUnknown, sfFtpNotEnoughMemory, sfFtpFilenameNotAllowed, sfFtpInvalidResponse, sfFtpConnectionFailed, sfFtpConnectionClosed, sfFtpInvalidFile, }

Variants

Trait Implementations

impl Debug for sfFtpStatus
[src]

Formats the value using the given formatter.

impl Copy for sfFtpStatus
[src]

impl Clone for sfFtpStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for sfFtpStatus
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for sfFtpStatus
[src]

impl Hash for sfFtpStatus
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more